What problem does it solve? When receiving code review feedback, AI agents 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, respond, and implement one item at a time. ## Core Features & Use Cases - Structured Response Pattern: A six-step workflow (read, understand, verify, evaluate, respond, implement) that prevents blind implementation of review comments. - Source-Specific Handling: Different rules for feedback from a trusted human partner versus external reviewers, including pushback guidance and YAGNI checks for unused features. - Forbidden Response Detection: Explicitly bans performative phrases like "You're absolutely right!" and gratitude expressions, replacing them with technical acknowledgment or direct action. - Use Case: A reviewer suggests removing legacy code. Instead of agreeing immediately, the agent checks build targets, discovers backward-compatibility requirements, and responds with technical reasoning before changing anything. ## Quick Start Use the receiving-code-review skill to evaluate and respond to the review comments on my pull request before implementing any changes.