What problem does it solve? It prevents blind or performative implementation of code review feedback by enforcing a verify-first workflow that protects the codebase from incorrect or context-lacking suggestions. ## Core Features & Use Cases - Structured Response Pattern: Read, understand, verify, evaluate, respond, and implement feedback one item at a time with testing. - Source-Specific Handling: Applies different trust levels for feedback from your human partner versus external reviewers, with explicit pushback guidance. - YAGNI and Unclear-Feedback Checks: Greps the codebase for actual usage before adding features and stops to clarify ambiguous items before implementing. - Use Case: When a reviewer on a GitHub pull request suggests removing legacy code or adding a metrics endpoint, verify the suggestion against the codebase, push back with technical reasoning if wrong, and reply in the correct comment thread. ## Quick Start Apply the receiving-code-review skill to evaluate and respond to the review comments on my current pull request.