What problem does it solve?
This Skill helps developers process code review feedback effectively by emphasizing technical verification over performative agreement, ensuring that suggestions are sound and correctly implemented.
Core Features & Use Cases
- Structured Response Pattern: Guides users through a step-by-step process for handling feedback: Read, Understand, Verify, Evaluate, Respond, Implement.
- Forbidden Responses: Discourages performative phrases and promotes technical acknowledgment or reasoned pushback.
- Handling Unclear Feedback: Provides a clear protocol for seeking clarification before implementation.
- Source-Specific Handling: Differentiates approaches for feedback from trusted users versus external reviewers.
- YAGNI Check: Integrates the "You Ain't Gonna Need It" principle into the review process.
- Implementation Order: Suggests a logical sequence for applying multiple fixes.
- Pushback Guidance: Outlines when and how to push back on feedback with technical reasoning.
- Acknowledging Correct Feedback: Defines appropriate ways to confirm and address valid suggestions.
Quick Start
When receiving code review feedback, verify each suggestion against the codebase before implementing any changes.