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 ambiguous items. This Skill enforces a verify-first workflow so feedback is evaluated against the actual codebase 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: Different rules for trusted human partner feedback versus external reviewer suggestions, including YAGNI checks for unused features. - Pushback Guidance: Provides technical reasoning patterns for disagreeing with incorrect suggestions and gracefully correcting your own wrong pushback. - Use Case: A reviewer asks you to remove legacy code. Instead of agreeing immediately, you check build targets, discover backward-compatibility requirements, and respond with the technical constraint before acting. ## Quick Start Use the receiving-code-review skill to evaluate and respond to the review comments on my current pull request.