What problem does it solve?
This Skill ensures that code review feedback is technically evaluated and verified before implementation, preventing blind acceptance of potentially incorrect or unnecessary suggestions. It promotes rigorous verification over performative agreement.
Core Features & Use Cases
- Technical Verification: Empowers agents to question and verify code review feedback against the codebase's reality.
- Reasoned Pushback: Facilitates constructive technical disagreement when feedback is unclear, incorrect, or conflicts with project goals.
- Structured Implementation: Guides the agent to implement feedback item by item, prioritizing critical fixes and testing each change.
- Use Case: When an external reviewer suggests a change that seems to break existing functionality or introduces an unused feature, this skill helps the agent to identify the issue, ask clarifying questions, and push back with technical reasoning instead of blindly implementing.
Quick Start
When receiving code review feedback, verify each item technically before implementing any suggestions.