What problem does it solve?
It prevents incorrect or premature code changes by ensuring you understand, verify, and evaluate review feedback against the actual codebase.
Core Features & Use Cases
- Verification-first implementation: Restates the requested change, checks it against real codebase behavior, and only then proceeds.
- Clarity gating for unclear items: Stops and asks targeted questions when any part of the feedback is ambiguous.
- Skeptical handling for external suggestions: Cross-checks technical correctness, regressions, compatibility, and scope (including YAGNI checks) before acting.
Example use case: A reviewer asks you to “remove legacy code” or “implement properly,” but you’re not sure the feature is used—this Skill directs you to verify usage in the codebase and either proceed or push back with technical reasoning.
Quick Start
Use this skill when you receive a pull request review comment and need to evaluate it technically, verify applicability to the codebase, and decide whether to ask questions, push back, or implement one validated item at a time.