What problem does it solve?
This Skill helps you handle code review feedback with technical rigor instead of reflexive agreement, preventing rushed changes, unclear implementations, and fixes that break existing behavior.
Core Features & Use Cases
- Feedback Verification: Checks review comments against the actual codebase before you act on them.
- Clarification Handling: Stops implementation when any request is unclear so you can resolve ambiguity first.
- Technical Pushback: Gives you a framework for rejecting incorrect, incompatible, or unnecessary suggestions with evidence.
- Incremental Fixes: Supports one-item-at-a-time implementation with testing after each change.
- Use Case: A reviewer asks for six changes, but two are ambiguous and one appears to violate current architecture; this Skill helps you verify, clarify, and respond with precise technical reasoning.
Quick Start
When you receive code review feedback, restate the requirement, verify it against the codebase, clarify anything unclear, and then implement and test each confirmed change one at a time.