What problem does it solve?
It prevents incorrect, unclear, or context-mismatched code review feedback from being implemented prematurely by enforcing technical verification and careful clarification.
Core Features & Use Cases
- Structured reception flow: read, understand, verify against the codebase, evaluate fit, respond technically, then implement one item at a time with testing.
- Clear guardrails against performative agreement: avoids praise-like acknowledgments and “blind implementation” when facts aren’t confirmed.
- Skeptical handling for external reviewers: checks scope, compatibility, platform/version impact, and reviewer understanding before applying changes.
- YAGNI enforcement: searches for real usage before implementing “properly” when the feature may be unused.
- Unclear-feedback protocol: stops implementation and asks targeted clarification when any items are ambiguous.
Quick Start
Use this skill when you receive multi-item or unclear code review comments and you want to verify, clarify, and implement only after confirming technical correctness for the specific codebase.