What problem does it solve? Receiving code review feedback often triggers performative agreement or blind implementation, leading to broken code, wasted effort on unnecessary features, and missed clarification on unclear items. This Skill enforces a verify-before-implement discipline when handling review comments. ## Core Features & Use Cases - Structured Response Pattern: Read, understand, verify against the codebase, evaluate, respond, then implement one item at a time with individual testing. - Source-Specific Handling: Different rules for trusted human partner feedback versus external reviewer suggestions, including pushback criteria 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 backward-compatibility constraints or zero callers, and respond with technical reasoning or a YAGNI challenge. ## Quick Start Use the receiving-code-review skill to help me evaluate and respond to this pull request review feedback before implementing anything.