What problem does it solve?
Code-review feedback can be ambiguous or technically questionable. This Skill provides a rigorous, repeatable approach to interpreting feedback, validating it against the codebase, and guiding safe, incremental implementation.
Core Features & Use Cases
- Structured six-step response pattern: READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, IMPLEMENT to ensure thorough understanding before acting.
- Clarity handling: if any feedback items are unclear, STOP and request clarification with specific questions.
- Technical verification: cross-check feedback against the repository's current state to avoid regressions.
- Safe progression: implement changes one item at a time, with focused tests after each step.
- Source-aware guidance: adjusts behavior when feedback comes from external reviewers vs. your human partner (trust but verify).
Quick Start
Provide the code-review feedback you received (paste the comments). The Skill will restate the requirements, check compatibility with the codebase, assess technical soundness, decide whether to push back or proceed, and guide you through implementing changes one at a time with verification after each step.