What problem does it solve?
This Skill addresses the challenge of effectively responding to code review feedback by emphasizing technical verification and reasoned responses over performative agreement or blind implementation.
Core Features & Use Cases
- Structured Response Pattern: Provides a clear, step-by-step process for handling feedback (Read, Understand, Verify, Evaluate, Respond, Implement).
- Handling Ambiguity: Guides the user on how to seek clarification for unclear feedback to prevent incorrect implementations.
- External Reviewer Scrutiny: Outlines specific checks for feedback from external sources to ensure technical correctness and context awareness.
- Use Case: When a reviewer suggests a change, instead of immediately agreeing, you follow the pattern: understand the suggestion, check if it aligns with the codebase's current state and architecture, and then respond with a technical assessment or reasoned pushback if necessary.
Quick Start
When receiving code review feedback, follow the pattern: read, understand, verify, evaluate, respond, and then implement one item at a time.