What problem does it solve?
This Skill addresses the common pitfall of blindly accepting code review feedback without technical verification, ensuring that suggestions are technically sound, relevant to the codebase, and do not introduce regressions.
Core Features & Use Cases
- Structured Response Pattern: Provides a clear, step-by-step process for handling feedback: Read, Understand, Verify, Evaluate, Respond, Implement.
- Technical Rigor: Emphasizes technical correctness over performative agreement or social comfort.
- Handling Ambiguity: Guides users on how to seek clarification for unclear feedback.
- Source-Specific Guidance: Offers tailored approaches for feedback from project owners versus external reviewers.
- YAGNI Check: Incorporates the "You Ain't Gonna Need It" principle to avoid unnecessary feature implementation.
- Use Case: When a reviewer suggests a change, this Skill ensures you first verify its technical validity and impact on the existing codebase before implementing it, preventing the introduction of bugs or unnecessary complexity.
Quick Start
When receiving code review feedback, follow the verify-then-implement pattern.