What problem does it solve?
This Skill prevents performative agreement and blind implementation of code review feedback, ensuring that all changes are technically verified and aligned with the codebase's architectural requirements.
Core Features & Use Cases
- Verification Protocol: Enforces a strict sequence of reading, understanding, verifying, and evaluating feedback before any implementation occurs.
- Pushback Framework: Provides structured guidance on when and how to technically challenge incorrect or context-blind suggestions.
- Use Case: When an external reviewer suggests a refactor that breaks backward compatibility or violates YAGNI principles, this Skill guides the AI to provide a technical counter-argument rather than blindly accepting the change.
Quick Start
Apply the receiving code review protocol to the current pull request feedback by verifying each item against the codebase before proposing any implementation steps.