What problem does it solve? It prevents blind implementation and performative agreement when responding to code review feedback, ensuring every suggestion is technically verified against the actual codebase before changes are made. ## Core Features & Use Cases - Structured Response Pattern: Enforces a read-understand-verify-evaluate-respond-implement sequence for every piece of review feedback. - Pushback Guidance: Provides criteria for when and how to challenge incorrect suggestions with technical reasoning, including YAGNI checks for unused features. - Source-Specific Handling: Distinguishes between trusted feedback from your human partner and external reviewer suggestions that require extra skepticism. - Use Case: A reviewer asks you to remove legacy code. Instead of agreeing immediately, you check build targets, discover backward-compatibility constraints, and respond with a technically grounded question before changing anything. ## Quick Start Apply this skill whenever you receive code review comments so each suggestion is verified against the codebase before implementation.