What problem does it solve? Receiving code review feedback often leads to performative agreement, blind implementation of questionable suggestions, or partial fixes when items are unclear. This Skill enforces a verify-before-implement 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, and implement feedback one item at a time with individual testing. - Source-Specific Handling: Distinguishes trusted feedback from your human partner versus external reviewer suggestions that require skepticism and verification. - Pushback and YAGNI Checks: Provides criteria for pushing back with technical reasoning and grepping the codebase to reject unused "professional" features. - Use Case: A reviewer asks you to remove legacy code. Instead of agreeing, you check build targets, discover backward-compatibility requirements, and respond with the technical constraint plus a concrete question. ## Quick Start Use the receiving-code-review skill to evaluate and respond to this pull request review feedback before implementing any changes.