You can get help reviewing and addressing comments on your GitHub pull requests. The skill uses a script to fetch your PR info and summarizes which comments are resolved and which still need attention. It lets you decide what to fix without making any changes automatically.
This is useful when you have feedback from a teammate or an automated review. You get a clear summary with reference numbers for open threads. Then you can guide the process step by step. It saves time and keeps your code review workflow organized.
Global
mkdir -p ~/.claude/skills/pr-address-commentsProject
mkdir -p .claude/skills/pr-address-commentsSource 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
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
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
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes