What problem does it solve? It prevents blind implementation of code review feedback by enforcing a verify-first workflow, eliminating performative agreement and ensuring suggestions are technically sound for the specific codebase before any changes are made. ## Core Features & Use Cases - Structured Response Pattern: Read, understand, verify, evaluate, respond, and implement feedback one item at a time with individual testing. - Source-Specific Handling: Differentiates between trusted feedback from your human partner and external reviewer suggestions that require skeptical verification against the codebase. - YAGNI and Pushback Rules: Checks whether suggested features are actually used before implementing, and provides technical reasoning patterns for pushing back on incorrect feedback. - Use Case: When a reviewer on a GitHub pull request suggests six changes and two are unclear, the skill instructs you to clarify items 4 and 5 before implementing anything, then fix items in order of blocking issues, simple fixes, and complex refactors. ## Quick Start Apply the receiving-code-review skill to evaluate the reviewer comments on my pull request before implementing any changes.