What problem does it solve? Receiving code review feedback often triggers performative agreement or blind implementation, leading to broken code, wasted effort on unused features, and missed clarification on unclear items. This Skill enforces a verify-before-implement discipline when responding to reviewers. ## Core Features & Use Cases - Structured Response Pattern: Read, understand, verify against the codebase, evaluate, respond, then implement one item at a time with tests. - Source-Specific Handling: Different rules for trusted human partners versus external reviewers, including pushback guidance and YAGNI checks for unused features. - Use Case: A reviewer suggests removing legacy code. Instead of agreeing immediately, you check build targets, discover backward-compatibility constraints, and respond with technical reasoning or a clarifying question. ## Quick Start Use the receiving-code-review skill to help me respond to this pull request review feedback before implementing any changes.