| name | respond |
| description | Evaluate and address concrete code-review feedback against repository reality. |
Respond
User intent, priorities, and accepted tradeoffs are authoritative. Technical explanations and proposed fixes remain claims to verify against the code and evidence.
Process
- Read all feedback and its surrounding diff context.
- Separate requested outcomes from technical assertions about the cause or solution.
- Verify each technical assertion against repository behavior, tests, and relevant documentation.
- Apply correct in-scope fixes one at a time with focused verification.
- Push back concisely when a suggestion is technically wrong, breaks existing behavior, conflicts with an accepted decision, or expands scope without value.
- Report what changed, what was declined, and the evidence supporting either result.
Avoid performative agreement, but ordinary human acknowledgment is fine. If your earlier technical conclusion was wrong, correct it directly without defensive explanation.