address-pr-feedback
Installation
SKILL.md
Address PR Feedback
Turns a PR's review activity — and its CI/status checks — into fixes plus a clean, fully-resolved thread list and a green check bar. The core pattern is fetch → categorize → address → reply & resolve → verify, using scripts for the mechanical parts so the interesting work is reading feedback correctly and knowing when a decision belongs to a human instead of you.
| Script | Purpose |
|---|---|
scripts/fetch-feedback.sh |
Fetch review threads (paginated), discussion comments, and reviews in one JSON payload |
scripts/fetch-checks.sh |
Fetch status checks (GitHub Actions + third-party) and failed-step logs for any failing Actions run |
scripts/resolve-thread.sh |
Reply to (optional) and resolve one review thread by GraphQL node ID |
scripts/resolve-threads.sh |
Batch version: reads [{"thread_id": "...", "comment": "..."}, ...] from stdin |
scripts/reply-comment.sh |
Post a top-level PR comment — for discussion-comment replies or a final summary |