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 discipline so review 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: Applies different trust levels for feedback from your human partner versus external reviewers, including YAGNI checks for unused features. - Pushback Guidance: Provides technical reasoning patterns for rejecting 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 constraints, and respond with a technically grounded question before changing anything. ## Quick Start Ask the assistant to apply the receiving-code-review workflow to the latest pull request review comments before implementing any suggested changes.