pr-responder
Installation
SKILL.md
PR Responder
Analyze and respond to GitHub PR review comments efficiently.
Workflow
- Find PR - Get the PR for the current branch
- Fetch Comments - Get all review comments
- Classify - Categorize by actionability
- Present - Show recommendations to user
- Implement - Apply approved changes
- Summarize - Report what was done
Quick Start
# Get PR for current branch
gh pr view --json number,title,url,state