What This Skill Does
Address review comments on GitHub pull requests using the gh CLI. Reads comment threads, helps draft responses, and pushes fixes — all from the terminal.
When to Use It
- You have PR review comments that need addressing
- You want to iterate on feedback without leaving the terminal
- You need to batch-respond to multiple review threads
Workflow
gh auth status — authenticate if neededBest Practices
- Address all comments before requesting re-review
- Group related fixes into single commits with clear messages
- Quote the original comment in your response for context
- Don't dismiss comments without explanation