What problem does it solve?
This Skill addresses the challenge of receiving code review feedback by ensuring that suggestions are technically sound, understood, and verified against the codebase before implementation, preventing the blind acceptance of potentially flawed or unnecessary changes.
Core Features & Use Cases
- Technical Verification: Evaluates feedback for technical correctness and relevance to the specific codebase.
- Clarification Protocol: Provides a structured way to ask for clarification on unclear feedback.
- Reasoned Pushback: Enables polite but firm technical pushback against incorrect or suboptimal suggestions.
- Use Case: When a reviewer suggests a change that seems to break existing functionality or is unnecessary due to YAGNI principles, this Skill guides you to verify, question, and respond with technical reasoning rather than immediate blind implementation.
Quick Start
When receiving code review feedback, verify each item technically before implementing any suggestions.