What problem does it solve?
This Skill addresses the challenge of responding to code review feedback by ensuring technical rigor and verification before implementation, preventing performative agreement or blind execution of potentially flawed suggestions.
Core Features & Use Cases
- Structured Response Pattern: Guides the user through a methodical process of reading, understanding, verifying, evaluating, responding, and implementing feedback.
- Handling Ambiguity: Provides clear instructions on how to seek clarification for unclear feedback.
- External Reviewer Scrutiny: Outlines a rigorous checklist for evaluating feedback from external sources, emphasizing technical correctness and codebase compatibility.
- YAGNI Principle: Incorporates the "You Ain't Gonna Need It" principle to avoid unnecessary feature implementation based on review suggestions.
- Graceful Correction: Details how to acknowledge and correct one's own pushback if proven wrong.
Quick Start
When receiving code review feedback, verify its technical soundness against the codebase before implementing any suggestions.