What problem does it solve? Code review feedback often triggers performative agreement or blind implementation, leading to unverified changes, broken functionality, and wasted effort on unnecessary features. This Skill enforces a disciplined response pattern: verify before implementing, ask before assuming, and push back with technical reasoning when suggestions are wrong. ## 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: Differentiates trusted feedback from your human partner versus external reviewer suggestions that require skepticism and verification. - YAGNI Enforcement: Checks whether suggested features are actually used in the codebase before implementing them. - Use Case: A reviewer suggests removing legacy code. Instead of agreeing immediately, you check build targets and discover the code is needed for backward compatibility, then push back with technical reasoning. ## Quick Start Use the receiving-code-review skill to evaluate and respond to this pull request review feedback before implementing any changes.