PR Review Responder
Subagents (default)
Fetch + reply via Task — shell for gh/fetch_pr_comments; generalPurpose for fix-vs-decline analysis. Main chat owns tracking table. See reference/subagents.md.
When to use
- User asks to handle PR reviews or respond to review comments
- Need flat JSON of all comment types for tracking table
- Team rules: reply to every comment, fix-vs-decline matrix
Instructions
- Run
python scripts/fetch_pr_comments.py --pr <number> --project-root <root>. For evals/CI withoutgh: add--fixture path/to/comments.json. - Build tracking table — every comment gets a response.
- Inline comments: reply in thread via
gh api .../comments/ID/replies. - Post summary only after all individual replies.
Requires
ghCLI authenticated (GH_TOKENin cloud)