respond-to-review
Address review feedback on your own merge request — resolve threads fixed by a commit, reply to threads you are not addressing
What it does
-
Fetch all open review threads via your
source-controlcapability. Note thread ID, file, line, comment body, author, resolved status. -
Plan a stance per thread as a list —
fixordecline-with-reason— before any code changes. Do not propose follow-up issues or deferred work as a stance; if the work is genuinely tracked elsewhere, that is adecline-with-reasonwhose reason cites the existing tracking. -
Verify the plan via your
verifycapability: every thread has a stance, fix-stance has a test-first approach, decline-stance has a substantive reason. Apply findings. -
Work through every thread:
- Fix: follow strict red/green/refactor (your standing TDD instructions apply). Present a per-file summary (reviewer comment beside addressing diff) and wait for acknowledgement, then commit with a message referencing the feedback. Resolve the thread via
source-control— no reply needed. - Decline: do NOT resolve. Post an inline reply on the thread (not a top-level comment) via
source-controlusing the thread's top comment ID, explaining why the code isn't changing.
- Fix: follow strict red/green/refactor (your standing TDD instructions apply). Present a per-file summary (reviewer comment beside addressing diff) and wait for acknowledgement, then commit with a message referencing the feedback. Resolve the thread via
-
Push via your
pushcapability. The source control host ties thread resolution to the commit, so push before resolving or replying. -
Verify coverage. Re-fetch threads; every one must be either resolved or have a reply from you. Never hand back with threads that have neither.
-
Re-request review from every reviewer who previously reviewed, via
source-control.
Rules:
- Resolve silently when a commit fixes — no "fixed" reply.
- Reply without resolving when declining — never silently resolve a disagreement.
- Never resolve a thread you didn't fix.
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (1,704 chars)