What problem does it solve?
The skill provides a structured approach to handling code review feedback, ensuring changes are verified, not performatively agreed to, and implemented with technical rigor.
Core Features & Use Cases
- Read feedback completely: Read feedback in full before reacting.
- Restate and clarify requirements: Restate requirements or ask clarifying questions.
- Verify against codebase reality: Check that proposed changes align with current code and tests.
- Evaluate technical soundness: Assess whether the suggested changes are appropriate for THIS codebase.
- Respond with technical rationale or pushback: Provide reasoned acknowledgment or a well-argued pushback.
- Implement iteratively and test: Apply changes one item at a time and verify.
- Real-world use-case-oriented handling: When feedback references multiple items, validate scope and prioritize issues before implementing.
Quick Start
Clarify any unclear items with the reviewer, then implement changes one by one after verifying their impact.