Back to tags
Tag

Agent Skills with tag: pull-requests

39 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

code-review-patterns

Code review best practices including review checklists (functionality, tests, documentation, security, performance), providing constructive feedback, automated checks integration, and handling review comments. Use when reviewing pull requests, providing code feedback, responding to review comments, or setting up review processes.

pull-requestscode-qualitydeveloper-guidancefeedback
randalmurphal
randalmurphal
0

sdd-pr

AI-powered PR creation after spec completion. Analyzes spec metadata, git diffs, commit history, and journal entries to generate comprehensive PR descriptions with user approval before creation.

pull-requestsautomationgitai-generated-content
tylerburleigh
tylerburleigh
0

hierarchical-merge

Enforce hierarchical merge protocol - branches merge to parent, not directly to main

gitbranch-protectionpull-requests
ekson73
ekson73
01

code-reviewer

코드 리뷰, 코드리뷰, 리뷰, PR 리뷰, 검토 - Expert at reviewing code for quality, adherence to architectural principles, security, and performance. Use this to ensure code meets project standards before merging or after implementation.

code-reviewpull-requestscode-qualitysecurity
aimskr
aimskr
0

next-type-design-analyzer

Analyze type design quality and invariants. Use when introducing new types, during PR creation with data models, or when refactoring type designs.

type-definitionscode-qualitydata-modelingpull-requests
Morriz
Morriz
0

next-test-analyzer

Review test coverage quality and completeness. Use after creating a PR or adding new functionality to ensure tests adequately cover new code and edge cases.

test-coveragepull-requeststest-qualityedge-case-testing
Morriz
Morriz
0

code-review

Get quality code reviews from Claude Code - PR workflows, review prompts, checklists

claude-codepull-requestscode-reviewchecklists
hgeldenhuys
hgeldenhuys
1

pr-creation

Use after completing implementation - create pull request with complete documentation, proper labels, linked issues, and verification summary

pull-requestsgithubcode-documentationissue-tracking
troykelly
troykelly
1

comprehensive-review

Use after implementing features - 7-criteria code review with MANDATORY artifact posting to GitHub issue; blocks PR creation until complete

code-reviewpull-requestsgithubdevelopment-process
troykelly
troykelly
1

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

pull-requestscode-qualitydeveloper-guidancemerge
axiomantic
axiomantic
0

workhub

工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。

SSOTarchitecture-documentsissue-trackingpull-requests
Dwsy
Dwsy
0

git-hex-pr-workflow

>

gitpull-requestsworkflowci-cd
yaniv-golan
yaniv-golan
0

git-workflow

Automates git workflows with branch management, atomic commits, history cleanup, and PRs. Use when committing, pushing, creating PRs, cleaning up commits, or organizing git changes with best practices.

gitbranch-managementcommit-managementpull-requests
philoserf
philoserf
0

use-graphite

Manage stacked PRs with Graphite CLI (gt) instead of git push/gh pr create. Auto-detects Graphite repos and blocks conflicting commands with helpful alternatives. Use when: (1) About to run git push or gh pr create in a Graphite repo, (2) Creating a new branch for a feature, (3) Submitting code for review, (4) Large changes that should be split into reviewable chunks, (5) Hook blocks your git command and suggests gt equivalent. NOT for: repos not initialized with Graphite, git add/commit/status/log. Triggers: git push blocked, gh pr create blocked, create branch, submit PR, stacked PRs, split large PR, gt create, gt submit, graphite workflow.

gitpull-requestsclistacked-prs
LukasStrickler
LukasStrickler
0

resolve-pr-comments

Resolve bot review comments (CodeRabbit, Copilot, Gemini) on GitHub PRs using subagents. Use when: (1) User asks to 'review PR comments' or 'resolve PR comments', (2) User says 'work through PR N comments' or 'handle bot comments', (3) Need to triage CodeRabbit/Copilot/Gemini review comments, (4) Processing PR feedback at scale, (5) Want to see what's already fixed vs still pending. NOT for: creating PRs, reviewing code yourself, writing new reviews. Triggers: review PR comments, resolve PR comments, work through PR comments, handle bot comments, process CodeRabbit comments, triage PR feedback, fix PR review issues, resolve bot comments, pr comment resolver.

pull-requestsbot-commentsgithubcode-review
LukasStrickler
LukasStrickler
0

git-workflow

Use for any git operations: fixing PRs, creating commits, creating branches, pushing changes. Handles proper branch management, commit conventions, and stacked PRs.

gitbranch-managementcommit-conventionspull-requests
RoM4iK
RoM4iK
0

workbench-github

GitHub workflows for Workbench CLI. Use when creating pull requests from work items or wiring GitHub-specific actions.

githubworkbench-cliworkflow-automationpull-requests
bravellian
bravellian
0

gh-search-prs

Use when searching GitHub pull requests ACROSS REPOSITORIES or organizations - provides syntax for filtering by draft status, merge status, review state, CI checks, branches. For current repo PRs, use gh pr list instead.

githubpull-requestsmulti-repositorycli
aaddrick
aaddrick
3

update-pr

Creates comprehensive PR descriptions by systematically reviewing ALL changes - features, bug fixes, tests, docs, and infrastructure. Use when user wants to update PR description, prepare PR for review, or document branch changes. Requires gh CLI.

gh-clipull-requestsdocumentationbranch-management
propstreet
propstreet
1

github-pr-resolver

Automate GitHub pull request review resolution by processing ALL review comments and fixing ALL failing CI checks. Use when: (1) A PR has review comments that need to be addressed and resolved, (2) CI/CD checks are failing and need fixes, (3) You want to process all PR feedback and mark conversations as resolved, (4) You need to iterate on PR feedback quickly. IMPORTANT: This skill processes EVERY comment - no skipping allowed. Always fetches fresh data from GitHub. The only acceptable end state is zero unresolved threads. COMMIT CADENCE: Each thread gets its own commit (fix → commit → resolve → next). Never batch commits at the end.

githubpull-requestsciautomation
BillChirico
BillChirico
1

dependency-opportunity-scanner

Scan codebase to identify opportunities to replace custom implementations with well-maintained open source libraries. Creates worktree, implements changes, and submits PR for review. Multi-phase workflow with parallel analysis agents.

dependency-analysiscodebase-analysisopen-sourceautomation
samjhecht
samjhecht
1

code-review

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.

code-reviewpull-requestsdeveloper-guidancequality-gates
huynguyen03dev
huynguyen03dev
1

create-pr

Create a high-quality pull request: branch, focused changes, lint/build, conventional commit, and a clear PR description with validation steps.

pull-requestsconventional-commitsbranch-managementlinting
Nymbo
Nymbo
1

receiving-code-review

Assesses and responds to incoming code review feedback on PRs (reviewer comments, requested changes), especially when suggestions are unclear, technically questionable, or scope-expanding. Use before implementing review suggestions to align on intent and keep changes minimal.

pull-requestsreview-commentscode-feedbackcollaboration
CodingCossack
CodingCossack
2

github-api

How to interact with GitHub API. Use this skill for repos, PRs, issues, and user operations.

githubapirepospull-requests
ciallo-agent
ciallo-agent
1

lambda-workflow

One lifecycle for Lambda repos: choose a bd task, start work, land the PR, and watch GitHub via Dumbwaiter MCP until it merges.

aws-lambdapull-requestsgithub-integrationlifecycle-management
lambdamechanic
lambdamechanic
11

code-review

Skill for handling PR code reviews. Use when triggered by a PR review comment, review request, or when asked to review code changes. Provides workflow for reading review comments, understanding feedback, and iterating on changes.

code-reviewpull-requestsfeedbackcode-quality
letta-ai
letta-ai
0

contribution-loop

Find repos with design drift and generate meaningful PRs to fix them. Runs as an autonomous loop discovering GitHub repos using design systems, scanning for drift, and staging fixes for human review.

autonomous-agentpull-requestsgithubdesign-systems
buoy-design
buoy-design
153

git

Git operations for committing, pushing, and opening PRs using gh CLI. Use when performing version control tasks.

gitversion-controlgithub-clipull-requests
cfircoo
cfircoo
0

graphite-stack-updater

Update Graphite PR stacks by addressing review comments and syncing PRs. Use when user says "update my graphite stack", "address the review comments on my stack", "sync my PR stack after these changes", "submit my entire stack to Graphite", or "I need to update all the PRs in my stack".

pull-requestsgittask-automationgraphite
Uniswap
Uniswap
254

pr-creator

Create or update pull requests with conventional commits. Use when user says "create a PR for these changes", "submit this for review", "open a pull request", "push these changes and create a PR", "I'm ready to submit this work", or "create PR and link to issue #123".

pull-requestsconventional-commitsgitissue-tracking
Uniswap
Uniswap
254

pr-issue-resolver

Fix PR issues including review comments and CI failures. Use when user says "fix the failing CI on my PR", "address the review comments on PR #123", "my PR has failing checks", "help me resolve the feedback on my pull request", "the build is failing on my PR", or "make my PR merge-ready".

pull-requestsci-cdreview-comments
Uniswap
Uniswap
254

pr-reviewer

Review pull requests for quality, security, and performance. Use when user says "review my changes before I merge", "do a code review on this PR", "check if this is ready to merge", "review the diff for any issues", "give me feedback on these changes", or "is this PR ready for review".

pull-requestscode-smellsecurity-assessmentperformance-tuning
Uniswap
Uniswap
254

gitlab

GitLab REST API via curl. Use this skill to manage projects, issues, merge requests, and pipelines in GitLab.

gitlabrest-apicurlpipelines
vm0-ai
vm0-ai
0

github-automation

Automate GitHub operations using gh CLI - manage repositories, issues, pull requests, releases, and workflows. Use when working with GitHub, managing repos, creating issues/PRs, or when users mention GitHub operations, gh CLI, or repository management.

cligh-cligithubrepository-management
vm0-ai
vm0-ai
0

code-review

This skill should be used when the user asks to "review code", "review PR", "code review", "audit code", "check for bugs", "security review", "review my changes", "find issues in this code", "review the diff", or asks for pull request review or code audit.

code-reviewpull-requestscode-qualityfeedback
PaulRBerg
PaulRBerg
7210

github

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

cligithubpull-requestsissue-tracking
steipete
steipete
0

git-workflow

Agent Skill: Git workflow best practices for teams and CI/CD. Use when establishing branching strategies, implementing Conventional Commits, configuring PRs, or integrating Git with CI/CD. By Netresearch.

gitbranching-strategyconventional-commitspull-requests
netresearch
netresearch
20

github-project

GitHub repository setup and configuration. This skill should be used when creating new GitHub repositories, configuring branch protection or rulesets, setting up CODEOWNERS, or troubleshooting PR merge issues. By Netresearch.

githubrepository-setupbranch-protectioncodeowners
netresearch
netresearch
20