What problem does it solve? When receiving code review feedback, AI assistants often respond with performative agreement or blindly implement suggestions without verifying them against the actual codebase. This Skill enforces a disciplined response pattern: read, understand, verify, evaluate, then implement or push back with technical reasoning. ## Core Features & Use Cases - Structured Response Pattern: A six-step workflow (read, understand, verify, evaluate, respond, implement) that prevents premature implementation of unverified feedback. - Source-Specific Handling: Different rules for trusted human partner feedback versus external reviewer suggestions, including YAGNI checks for unused features. - Pushback Guidance: Concrete criteria and phrasing for pushing back on technically incorrect suggestions, plus rules for GitHub inline review thread replies. - Use Case: A reviewer suggests removing legacy code or adding a metrics endpoint. Instead of agreeing, you grep the codebase, find the endpoint is unused or the legacy code is needed for backward compatibility, and respond with technical reasoning. ## Quick Start Use the receiving-code-review skill to evaluate this reviewer's feedback before implementing any changes.