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 be wrong for the codebase. This Skill enforces a disciplined response pattern so feedback is evaluated technically before any code changes are made. ## Core Features & Use Cases - Structured Response Pattern: Read, understand, verify against the codebase, evaluate, respond, then implement one item at a time with testing. - Source-Specific Handling: Different rules for trusted human partner feedback versus external reviewer suggestions, including pushback guidance and YAGNI checks. - Use Case: A reviewer suggests removing legacy code or adding a metrics endpoint. Instead of agreeing immediately, you grep the codebase, discover the legacy code is needed for backward compatibility or the endpoint is never called, and respond with technical reasoning. ## Quick Start Use the receiving-code-review skill to evaluate and respond to the review comments on my pull request before implementing anything.