What problem does it solve?
Code review feedback can be ambiguous or technically questionable. This Skill guides engineers to verify feedback before acting, preventing blind agreement and risky changes.
Core Features & Use Cases
- Structured response pattern: READ -> UNDERSTAND -> VERIFY -> EVALUATE -> RESPOND -> IMPLEMENT to ensure a disciplined workflow.
- Clarify on unclear feedback: If any item is unclear, STOP and ASK for clarification to avoid partial or wrong implementations.
- Pushback with technical reasoning: When a suggestion seems technically incorrect, provide a reasoned, evidence-based counterpoint.
- Source-specific handling: Distinguishes between feedback from trusted teammates and external reviewers, applying appropriate checks.
- Safe, incremental implementation: Implement items one at a time and validate changes before proceeding.
- Consistent traceability: Restate requirements, document decisions, and preserve justification for future audits.
Quick Start
Describe the code review feedback you received and I will guide you through a rigorous, structured verification process.