Dev Tools · Git & Pull Requests

Git & Pull Requests tools

Every Git & Pull Requests tool worth a solo builder's time - the agent skills, MCP servers and marketplaces tagged Git & Pull Requests, ranked by community signal. A focused slice of the broader Dev Tools category.

What's in Git & Pull Requests

Git & Pull Requests collects 271 curated tools across agent skills, a focused part of the broader Dev Tools category. Every one is screened against a single quality bar and ranked by real community signal.

These tools span Idea, Validate, Build, Ship, Grow and Operate of the build journey.

269 shown of 4,320
Description
1TriageDev Toolsmattpocock/skillsTriage project issues through bug/enhancement categories and states from needs-triage to ready-for-agent or wontfix.
194k121k
2Caveman CommitDev Toolsjuliusbrussee/cavemanGenerate ultra-terse Conventional Commits messages from staged changes, with a short body only when the rationale is not obvious from the subject.
158k70k
3Using Git WorktreesDev Toolsobra/superpowersCreate or confirm an isolated branch workspace before feature implementation or plan execution so the main checkout stays untouched.
101k221k
4Finishing A Development BranchDev Toolsobra/superpowersAfter implementation and green tests, choose merge locally, open a PR, keep the branch, or discard work—with cleanup matched to normal repo vs worktree layout.
99.1k221k
5Git Guardrails Claude CodeDev Toolsmattpocock/skillsInstall a Claude Code PreToolUse hook so your agent cannot run destructive git commands without you explicitly changing policy.
42k121k
6Setup Pre CommitDev Toolsmattpocock/skillsAdd Husky pre-commit hooks with lint-staged Prettier, plus typecheck and tests so bad commits never land on main.
39.3k121k
7Git CommitDev Toolsgithub/awesome-copilotCreate conventional commit messages from your diff with smart staging when you ask to commit or use /commit.
35.4k34.6k
8Gh CliDev Toolsgithub/awesome-copilotOperate GitHub repos, issues, PRs, Actions, releases, and org tasks from the terminal when the web UI is too slow.
21.6k34.6k
9Git Advanced WorkflowsDev Toolswshobson/agentsApply interactive rebase, cherry-pick hotfixes, bisect regressions, and git worktrees when shipping features and keeping branch history review-ready.
13.4k36.5k
10Conventional CommitDev Toolsgithub/awesome-copilotStandardize git commit messages to the Conventional Commits spec and execute git commit from a structured agent workflow.
12.7k34.6k
11Github IssuesDev Toolsgithub/awesome-copilotCreate, triage, and link GitHub issues and project fields from the agent using MCP read tools and CLI write paths.
12.2k34.6k
12Make Repo ContributionDev Toolsgithub/awesome-copilotGive agents structured issue and pull-request templates so solo builders can contribute cleanly to GitHub repos.
10.1k34.6k
13My Pull RequestsDev Toolsgithub/awesome-copilotGet a personal digest of pull requests assigned to you in the current repo, including review blockers, failed checks, and optional Copilot review offers.
9.8k34.6k
14My IssuesDev Toolsgithub/awesome-copilotSurface GitHub issues assigned to you in the current repo and rank what to tackle next by age, discussion, and status.
9.6k34.6k
15Git Flow Branch CreatorDev Toolsgithub/awesome-copilotLet the agent read git status/diff and create the correct nvie Git Flow branch name, then check it out for you.
9.1k34.6k
16Create Github Pull Request From SpecificationDev Toolsgithub/awesome-copilotOpen a single, review-ready GitHub pull request whose title and body match your repo PR template and the feature specification.
9k34.6k
17Create Github Issues Feature From Implementation PlanDev Toolsgithub/awesome-copilotTurn an approved implementation plan file into one GitHub issue per phase using repo issue templates and duplicate checks before coding starts.
8.8k34.6k
18Create Github Issues For Unmet Specification RequirementsDev Toolsgithub/awesome-copilotTurn unimplemented spec requirements into deduplicated GitHub issues with acceptance criteria so your backlog matches the specification.
8.7k34.6k
19Resolve Merge ConflictsDev Toolswarpdotdev/common-skillsSummarize unmerged Git conflict hunks and give your agent compact context to resolve merges without opening every file manually.
6k18
20Create PrDev Toolswarpdotdev/common-skillsOpen a warp-repo pull request with master merged, presubmit green, Linear linked, and reviewer-ready structure.
6k18
21Pr WalkthroughDev Toolswarpdotdev/common-skillsTurn a pull request into an interactive D3 walkthrough so you and reviewers can tour changes graph-by-graph instead of scrolling a giant diff.
5.5k18
22GithubDev Toolscallstackincubator/agent-skillsSquash-merge a stack of dependent GitHub PRs onto main as separate commits using gh CLI and rebase --onto.
5.2k1.4k
23Git Workflow And VersioningDev Toolsaddyosmani/agent-skillsKeep agent-generated changes reviewable with trunk-based habits, atomic commits, and clear messages every time you touch the repo.
5.1k49.1k
24Git WorkflowDev Toolsaffaan-m/everything-claude-codePick a branching model, write consistent commits and PRs, and resolve merge conflicts while shipping as a solo dev or tiny team.
3.8k210k
25Commit WorkDev Toolssoftaworks/agent-toolkitStage only intended changes, split mixed work into logical commits, and write Conventional Commits messages your agent or reviewer can trust.
3.8k2k
26Gh CliDev Toolstrailofbits/skillsLet your coding agent drive GitHub pull requests, issues, Actions, and releases from the terminal with the official `gh` CLI instead of manual browser clicks.
3.7k5.6k
27Block No Verify HookDev Toolswshobson/agentsStop Claude Code (and similar agents) from bypassing pre-commit hooks with --no-verify so formatting, lint, tests, and signing rules still run on agent commits.
3.2k36.5k
28Github OpsDev Toolsaffaan-m/everything-claude-codeRun GitHub repo hygiene—issue triage, PR and CI checks, releases, and security alerts—through the gh CLI.
3.2k210k
29AutofixDev Toolscoderabbitai/skillsResolve CodeRabbit review threads on the current GitHub PR using gh and GraphQL instead of flat comment dumps.
3.2k112
30Git CleanupDev Toolstrailofbits/skillsClean up Git history, branches, and repository state.
2.8k5.6k
31CommitDev Toolsgetsentry/skillsFormat every git commit with Sentry conventional-commit rules and block accidental commits straight to main.
2.8k776
32Respond To Pr Comments In BlocklistDev Toolswarpdotdev/common-skillsWork through PR review comments one by one—fetch them if needed, decide how to respond, apply code fixes, and preview GitHub replies before anything is posted.
2.7k18
33Iterate PrDev Toolsgetsentry/skillsPull structured GitHub PR check failures into JSON so your agent can fix CI without re-pasting logs by hand.
2.6k776
34Pr WriterDev Toolsgetsentry/skillsOpen or refresh GitHub pull requests with Sentry-style titles, bodies, and branch hygiene using the GitHub CLI.
2.5k776
35Gh Review RequestsDev Toolsgetsentry/skillsPull unread GitHub review-request notifications for open PRs filtered by org teams so you can triage what needs your review.
2.4k776
36Create BranchDev Toolsgetsentry/skillsSpin up a correctly prefixed git branch from local diffs or a short work description without debating naming conventions.
2.4k776
37GraphiteDev Toolswithgraphite/agent-skillsCreate, navigate, restack, and submit Graphite (`gt`) PR stacks with agent-safe git and gh commands.
2.3k8
38Gh StackDev Toolsgithub/gh-stackSplit a big feature into ordered, small PRs and manage rebase, push, and navigation with the gh stack CLI extension.
2.2k457
39Everything Claude CodeDev Toolsaffaan-m/eccFollow affaan-m/everything-claude-code repository conventions—commits, tests, and JS patterns—when the agent edits that repo.
2.2k0
40GithubDev Toolssteipete/clawdisDrive GitHub issues, PRs, CI checks, reviews, releases, and API queries from your agent via the official `gh` CLI instead of brittle browser scraping.
2.2k378k
41Gh Address CommentsDev Toolsopenai/skillsTriage open GitHub PR review threads on your current branch and apply fixes only for the comments you select, using authenticated gh CLI and a fetch script.
2.1k21.7k
42Qodo Pr ResolverDev Toolsqodo-ai/qodo-skillsResolve review feedback on Gerrit changes using Qodo’s PR resolver patterns—detection, auth, and unified review API instead of GitHub-style pull requests.
2.1k37
43Pr CreatorDev Toolsgoogle-gemini/gemini-cliHave your coding agent open a pull request that respects branch protection, conventional commits, and your repo’s PR template.
2k105k
44Gh IssuesDev Toolssteipete/clawdisAutomate GitHub issue triage: fetch filtered issues, spawn background fix workers, open PRs, optionally watch reviews, and process review comments with gh and git.
2k378k
45Cli GhDev Toolspaulrberg/agent-skillsAutomate GitHub branch naming, label selection, and pull request creation from the terminal with gh and a bash workflow.
1.8k62
46Pull Changes Resolve ConflictsDev Toolscognitedata/builder-skillsPull or merge main on multi-contributor repos (including Flows apps) with explicit conflict analysis and user-approved resolutions before committing.
1.8k4
47Babysit PrDev Toolsopenai/codexKeep an agent watching your open GitHub PR so CI, review comments, and merge blockers get handled while you keep building.
1.8k89.6k
48Ce Commit Push PrDev Toolseveryinc/compound-engineering-pluginCommit, push, and open a PR—or rewrite the body only—with an adaptive, value-first description scaled to the diff size.
1.8k20.5k
49Ce CommitDev Toolseveryinc/compound-engineering-pluginTurn messy working-tree changes into one clear git commit that follows repo conventions or conventional commit format.
1.8k20.5k
50Ce Resolve Pr FeedbackDev Toolseveryinc/compound-engineering-pluginTriage and resolve unresolved PR review threads and related comments so merge blockers clear without losing outdated-inline context.
1.7k20.5k
51Ce WorktreeDev Toolseveryinc/compound-engineering-pluginSpin an isolated git worktree with env files and tool trust so parallel features or PR review do not touch your main checkout.
1.7k20.5k
52Ce Clean Gone BranchesDev Toolseveryinc/compound-engineering-pluginAutomatically find local git branches whose upstream was deleted after merge so you can prune stale feature branches safely.
1.7k20.5k
53Issue Fields MigrationDev Toolsgithub/awesome-copilotMigrate or script GitHub org issue custom fields using the Issue Fields REST API and gh with the required API version header.
1.7k34.6k
54YeetDev Toolspaulrberg/agent-skillsPost informal, context-aware comments on GitHub issues or pull requests from loose CLI-style arguments without hand-writing gh commands.
1.6k62
55BabysitDev Toolsthedotmack/claude-memKeep an agent on a pull request until CI, reviews, and unresolved threads are actually clean—not after a single superficial check.
1.6k81.2k
56YeetDev Toolsopenai/skillsStage only the changes you intend, write a focused commit message, and open a pull request in one guided workflow.
1.6k21.7k
57Pr TriageDev Toolsxtone/ai_development_toolsTriage a GitHub PR in CI with a lightweight model, emit structured `.pr-triage.json`, and feed a deeper code-review pass without re-scanning unchanged files.
1.6k3
58Triaging IssuesDev Toolspytorch/pytorchAutomate first-pass GitHub issue routing, labeling, and responses when you maintain a PyTorch-style OSS repo with oncall teams.
1.4k101k
59Author ContributionsDev Toolsmicrosoft/vscodeAudit which files a named contributor touched on your branch versus upstream, including renames, before review or merge.
1.4k186k
60MergeDev Toolsalirezarezvani/claude-skillsMerge the winning parallel-agent branch from an Agent Hub session into base, tag archived loser branches, and tear down worktrees after evaluation.
1.4k17.5k

Showing the top 269 of 4,320 tools · search to find the rest.

Explore more
FAQ

Git & Pull Requests tools - common questions

What counts as a Git & Pull Requests tool?

Any agent skill, MCP server or marketplace tagged Git & Pull Requests - a focused slice of the broader Dev Tools category. Skillselion collects every Git & Pull Requests tool across types on one page.

How are Git & Pull Requests tools ranked?

By real community signal - installs, GitHub stars and votes - not paid placement. Sponsored slots, when present, are labelled and kept out of the ranking.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.