What problem does it solve?
Receiving code review comments can lead to premature or incorrect changes if feedback is implemented without verification; this Skill helps developers avoid performative agreement and ensures technical correctness before making changes.
Core Features & Use Cases
- Structured Response Pattern: Read, restate, verify, evaluate, respond, implement — a repeatable workflow to handle review items reliably.
- Clarification & Pushback Guidance: How to ask for clarification, push back with technical reasoning, and involve the author or maintainers when necessary.
- Prioritization & Safety: Order fixes by severity (blocking, simple, complex), test each change independently, and check for regressions and YAGNI violations.
- Use Case: Use this Skill when responding to internal or external PR reviews to avoid blind implementations, prevent regressions, and document rationale for disagreements.
Quick Start
When you receive review comments, restate each requested change in your own words, identify unclear items and ask for clarification before implementing any fixes.