What problem does it solve?
This Skill ensures that code review feedback is technically evaluated and verified before implementation, preventing performative agreement and blind adherence to potentially incorrect suggestions.
Core Features & Use Cases
- Verification Protocol: Implements a step-by-step process to understand, verify, and evaluate feedback against the codebase.
- Reasoned Pushback: Provides clear guidelines on how and when to push back on feedback with technical reasoning.
- Handling Ambiguity: Offers strategies for seeking clarification on unclear feedback to ensure correct implementation.
- Use Case: When a reviewer suggests a change, this Skill guides you to first check if the suggestion is technically sound for the current codebase, if it breaks existing functionality, or if it aligns with project YAGNI principles, before committing to implementation.
Quick Start
When receiving code review feedback, follow the response pattern: read, understand, verify, evaluate, respond, and implement one item at a time.