What problem does it solve?
This Skill ensures that code review feedback is processed with technical rigor, not performative agreement. It prevents blind implementation of suggestions, ensuring that changes are technically sound, verified against the codebase, and align with architectural decisions.
Core Features & Use Cases
- Verify Before Implement: Mandates a process of reading, understanding, verifying, and evaluating feedback before implementing any suggestions.
- Technical Pushback: Guides you on when and how to push back on technically questionable feedback, using reasoned arguments rather than defensiveness.
- YAGNI Check: Requires checking if suggested "professional" features are actually used in the codebase before implementing them.
- Use Case: When you receive code review feedback, use this Skill to process it effectively. For example, if a reviewer suggests removing "legacy code," this Skill will guide you to verify if it's truly unused or if it's needed for backward compatibility before making the change.
Quick Start
Announce skill usage
I'm using the receiving-code-review skill to process this feedback.
Example: Handling unclear feedback
If items 4 and 5 are unclear:
"I understand items 1,2,3,6. Need clarification on 4 and 5 before proceeding."