What problem does it solve?
This Skill helps developers avoid performative or blind acceptance of code review suggestions by enforcing verification, clarification, and technical rigor before implementation.
Core Features & Use Cases
- Structured Response Pattern: Read, restate, verify, evaluate, respond, then implement one item at a time with tests.
- Source-Specific Handling: Differentiate trusted human partner feedback from external reviewers and apply appropriate skepticism and checks.
- Prioritization & Safety: Clarify unclear items first, prioritize blocking fixes, run YAGNI checks for requested features, and push back with technical reasoning when necessary.
- Use Case: Responding to a GitHub PR with mixed inline comments where some suggestions may break compatibility or add unused features.
Quick Start
Restate the requested changes, ask clarifying questions for any unclear items, verify against the codebase, then implement fixes in prioritized order while testing each change.