What problem does it solve?
This Skill helps you handle code review feedback with technical rigor instead of reflexive agreement, so you can avoid implementing unclear, incorrect, or conflicting suggestions.
Core Features & Use Cases
- Feedback Verification: Checks whether review comments are technically correct for the current codebase before any changes are made.
- Clarification First: Stops implementation when feedback is ambiguous or partially understood, preventing costly partial fixes.
- Reasoned Pushback: Supports skeptical evaluation of external reviewer suggestions, especially when they break existing behavior or violate YAGNI.
- Incremental Implementation: Encourages one change at a time with validation after each fix.
- Use Case: A reviewer asks for a broad refactor and several bug fixes; this Skill helps you confirm what is actually needed, question weak suggestions, and then implement only the verified items.
Quick Start
Use the receiving-code-review skill to assess this review feedback, verify each point against the codebase, and tell me what to clarify, reject, or implement first.