What problem does it solve?
This Skill helps developers avoid performative agreement and premature changes by providing a verification-first approach to receiving code review feedback, ensuring technical correctness and preventing regressions.
Core Features & Use Cases
- Verification-first workflow: Follow the READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, IMPLEMENT steps to avoid blind implementation.
- Clarification and pushback guidance: Formulate concise restatements, clarifying questions, or reasoned technical objections when feedback is unclear or incorrect.
- Prioritization and testing: Recommend implementation order (blocking fixes, simple fixes, complex refactors) and testing each change individually to prevent regressions.
- Use Case: When a PR receives multi-item feedback from an external reviewer, use this Skill to check technical correctness, ask for missing context, and implement verified fixes one at a time.
Quick Start
Draft a concise reply that restates understood items, asks for clarification on unclear items, and lists the verification steps you will run before implementing changes.