What problem does it solve?
This Skill ensures that code review feedback is handled with technical rigor and verification, preventing blind implementation or performative agreement. It guides you to understand, verify, and evaluate feedback before acting, fostering a culture of technical correctness.
Core Features & Use Cases
- Verify Before Implement: Mandates a process of reading, understanding, verifying against codebase reality, and evaluating feedback before any implementation.
- Technical Pushback: Provides guidance on when and how to push back on technically questionable or context-lacking suggestions.
- YAGNI Check: Encourages checking actual codebase usage for suggested "professional" features to avoid unnecessary work.
- Use Case: When a reviewer suggests a change that seems to break existing functionality, use this skill to verify the suggestion against the codebase and push back with technical reasoning rather than blindly implementing it.
Quick Start
I've received code review feedback. Use the Code-Review-Reception skill to process it effectively.