What problem does it solve?
Developers often accept code review comments without proper verification, leading to unnecessary changes, misunderstandings, or broken functionality. This Skill provides a disciplined approach to reviewing, questioning, and implementing feedback safely.
Core Features & Use Cases
- Structured Response Pattern: Follow the READ → UNDERSTAND → VERIFY → EVALUATE → RESPOND → IMPLEMENT workflow for each piece of feedback.
- Handling Unclear Feedback: Detect ambiguous comments, pause implementation, and ask clarifying questions before proceeding.
- Pushback Guidance: Know when and how to technically challenge suggestions that are incorrect, risky, or violate YAGNI principles.
- Implementation Order: Prioritize blocking issues, then simple fixes, followed by complex refactorings, testing each change individually.
- External Reviewer Checks: Verify external suggestions against the current codebase, compatibility, and architectural decisions before acting.
Quick Start
When you have code review comments, ask the AI to walk you through the verification and response steps.