What problem does it solve? Receiving code review feedback often leads to two failure modes: performative agreement without verification, or blind implementation of suggestions that may break the codebase. This Skill enforces a disciplined response pattern so feedback is evaluated against codebase reality before any changes are made. ## Core Features & Use Cases - Structured Response Pattern: Read, understand, verify, evaluate, respond, then 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. - Pushback and YAGNI Checks: Provides criteria for pushing back with technical reasoning and checking whether suggested features are actually used before implementing them. - Use Case: A reviewer leaves six comments on your pull request, two of which are unclear and one suggesting an unused feature. The Skill directs you to clarify the unclear items first, verify the feature against actual codebase usage, and implement confirmed fixes one at a time. ## Quick Start Use the receiving-code-review skill to evaluate and respond to the review comments on my current pull request before implementing any changes.