What problem does it solve?
This Skill ensures that code review feedback is technically evaluated and verified before implementation, preventing performative agreement and blind changes, especially from external sources.
Core Features & Use Cases
- Structured Response: Follows a clear pattern: Read, Understand, Verify, Evaluate, Respond, Implement.
- Verification Focus: Emphasizes checking feedback against codebase reality and technical soundness.
- Handling Ambiguity: Provides clear steps for seeking clarification on unclear feedback.
- External Feedback Scrutiny: Includes specific checks for external reviewer suggestions (technical correctness, impact on existing functionality, context understanding).
- YAGNI Principle: Integrates the "You Ain't Gonna Need It" principle for feature suggestions.
- Graceful Correction: Defines how to correct pushback if proven wrong.
Quick Start
When receiving code review feedback, verify its technical soundness against the codebase before implementing any suggestions.