What problem does it solve?
This Skill addresses the common pitfall of performative agreement in code reviews, ensuring that feedback is technically evaluated and verified before implementation, preventing the introduction of incorrect or unnecessary changes.
Core Features & Use Cases
- Technical Verification: Empowers users to critically assess code review suggestions against codebase realities and project goals.
- Reasoned Pushback: Provides a framework for constructively challenging feedback that is unclear, incorrect, or violates project principles like YAGNI.
- Structured Response: Guides users through a clear process of understanding, verifying, and responding to feedback, prioritizing technical correctness over social comfort.
- Use Case: When an external reviewer suggests a significant refactor, this Skill helps you verify if the suggested changes are actually needed, technically sound for your specific project context, and align with your human partner's architectural decisions, rather than blindly implementing them.
Quick Start
Use the receiving-code-review skill to evaluate feedback from an external reviewer on the latest pull request.