What problem does it solve? Receiving code review feedback often triggers performative agreement or blind implementation, leading to broken code, misunderstood requirements, and wasted effort. This Skill enforces a disciplined response pattern: verify feedback against the actual codebase before implementing anything. ## 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: Different protocols for trusted human partner feedback versus external reviewer suggestions, including pushback guidance with technical reasoning. - YAGNI and Unclear Feedback Checks: Grep the codebase before adding suggested features, and stop to clarify ambiguous items before implementing anything. - Use Case: A reviewer leaves six comments on your pull request, two of which are unclear and one suggesting an unused endpoint. The Skill directs you to clarify the unclear items first, challenge the unused endpoint with YAGNI reasoning, then implement the valid fixes one at a time. ## Quick Start Use the receiving-code-review skill to help me evaluate and respond to the review comments on my pull request before implementing any changes.