The Pull Request Manager Agent helps you handle all parts of a pull request on GitHub. It creates PRs, sets up reviews, and merges changes when everything is ready. It works with the GitHub CLI and can coordinate multiple reviewers at the same time.
Developers and teams can use this skill to speed up code reviews and avoid merge conflicts. It also watches test results and checks that all requirements are met before merging. This skill makes pull request workflows smoother and more reliable.
Whether you are fixing a small bug or adding a large feature, the agent can manage the whole process. It supports different merge methods like squash, rebase, and merge commit. You save time and reduce manual work.
Global
mkdir -p ~/.claude/skills/agent-github-pr-managerProject
mkdir -p .claude/skills/agent-github-pr-managerSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes
Git Advanced Workflowswshobson/agents
Master advanced Git workflows for clean history and confident recovery