| name | av-review-comments |
| description | Use when a PR has review comments to fetch, read, reply to, or resolve — requires the gh review-comments plugin, not standard gh pr commands |
| disable-model-invocation | true |
Responding to PR Review Comments
Workflow
- List all unresolved threads
- Plan: for each thread, decide agree/disagree, what action to take, and draft a reply
- Show the user a summary before posting — include: what the comment says, agree/disagree with justification, and action taken or why none is needed
- Wait for approval, then make any code changes freely — no commit or push without explicit instruction
- Post each reply —
reply resolves the thread automatically
Run gh review-comments --help or gh review-comments <subcommand> --help for full command and flag reference.
User Expectations
- You may disagree with a comment — justify it clearly
- Assume the user hasn't read the comments — explain each one in your summary
- Approval gate — show all proposed replies and wait for sign-off before posting or resolving anything
- Never commit or push unless explicitly told to
Stack mode (only when explicitly asked)
Use list-stack instead of list to discover threads across all PRs in the stack automatically. Code changes still span multiple branches (navigate with git-spice up/down or git-spice branch checkout) and commits are made by you after approval — this is a materially different workflow, do not attempt it without explicit instruction.