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 suggestions.
Core Features & Use Cases
- Structured Response Pattern: Guides users through a systematic process of reading, understanding, verifying, evaluating, responding, and implementing feedback.
- Handling Ambiguity: Provides clear steps for seeking clarification on unclear feedback to avoid partial understanding and incorrect implementations.
- External Reviewer Scrutiny: Outlines a rigorous checklist for evaluating suggestions from external reviewers, including technical correctness, impact on existing functionality, and context awareness.
- YAGNI Principle Enforcement: Incorporates a check to remove unused features suggested by reviewers, aligning with the "You Ain't Gonna Need It" principle.
- Graceful Correction: Details how to acknowledge when a pushed-back suggestion is actually correct, emphasizing factual correction over lengthy apologies.
Quick Start
When receiving code review feedback, follow the response pattern to verify and implement suggestions.