What problem does it solve?
This Skill helps developers respond to code review feedback with technical rigor, avoiding assumptions and ensuring clarity in communication.
Core Features & Use Cases
- Technical Verification: Encourages developers to verify feedback against the codebase before implementation.
- Response Pattern: Provides a structured response pattern for reviewing code, including reading, understanding, verifying, and evaluating feedback.
- Handling Unclear Feedback: Offers guidance on how to handle unclear feedback and the importance of seeking clarification.
- Source-Specific Handling: Differentiates between feedback from human partners and external reviewers, emphasizing the need for technical checks.
- YAGNI Check: Promotes the removal of unused features based on actual usage.
- Implementation Order: Defines a systematic approach to implementing feedback, prioritizing blocking issues and testing each fix.
Quick Start
Before implementing code review feedback, read and understand the requirements, verify them against the codebase, and then proceed with implementation.