What problem does it solve?
This Skill addresses the challenge of receiving and responding to code review feedback, ensuring that suggestions are technically sound, understood, and implemented correctly without performative agreement or blind acceptance.
Core Features & Use Cases
- Structured Response Pattern: Guides users through a verification and evaluation process before implementation.
- Handling Unclear Feedback: Provides a clear protocol for seeking clarification.
- External Reviewer Scrutiny: Outlines checks for external suggestions, including technical correctness, impact on existing functionality, and context awareness.
- YAGNI Principle Enforcement: Helps in questioning the necessity of suggested features based on actual usage.
- Graceful Correction: Defines how to acknowledge and correct one's own pushback if proven wrong.
- Use Case: When a reviewer suggests a change that seems technically dubious or might break existing features, this skill prompts a structured verification process instead of immediate implementation.
Quick Start
When receiving code review feedback, verify its technical soundness against the codebase before implementing any suggestions.