What problem does it solve?
This Skill addresses the common issue of blindly accepting code review feedback, which can lead to incorrect implementations, wasted effort, and technical debt. It promotes a rigorous, verification-first approach to code review responses.
Core Features & Use Cases
- Technical Verification: Empowers developers to technically evaluate feedback against the codebase's reality before implementation.
- Reasoned Pushback: Provides a framework for constructively challenging feedback that is unclear, incorrect, or not aligned with project goals.
- Prioritized Implementation: Guides the order of implementation for multiple feedback items to ensure efficiency and correctness.
- Use Case: A reviewer suggests a change. Instead of immediately coding it, this Skill prompts you to verify its technical soundness, check for regressions, and ensure it aligns with the project's architecture, pushing back with data if necessary.
Quick Start
Use the receiving-code-review skill to evaluate feedback from an external reviewer before implementing any changes.