What problem does it solve?
This Skill addresses the challenge of receiving code review feedback by emphasizing technical verification over performative agreement, ensuring that suggestions are technically sound and appropriate for the codebase before implementation.
Core Features & Use Cases
- Structured Response Pattern: Guides users through a systematic process of understanding, verifying, and responding to feedback.
- Handling Ambiguity: Provides clear steps for seeking clarification on unclear feedback to prevent incorrect implementations.
- External Reviewer Scrutiny: Outlines a rigorous checklist for evaluating suggestions from external reviewers, including checks for technical correctness, impact on existing functionality, and context awareness.
- YAGNI Principle: Incorporates the "You Ain't Gonna Need It" principle to avoid unnecessary feature additions based on review suggestions.
- Graceful Correction: Offers a method for acknowledging when a pushed-back suggestion is actually correct, maintaining professionalism.
Quick Start
When receiving code review feedback, follow the structured response pattern to verify before implementing.