What problem does it solve? Receiving code review feedback often triggers reflexive agreement or blind implementation, leading to broken code, wasted effort on unnecessary features, and unverified changes. This Skill enforces a disciplined response pattern: read, understand, verify against the codebase, then implement or push back with technical reasoning. ## Core Features & Use Cases - Structured Response Pattern: Guides you through reading, restating, verifying, evaluating, responding, and implementing feedback one item at a time with individual testing. - Source-Specific Handling: Distinguishes trusted feedback from your human partner versus external reviewer suggestions that require skepticism and codebase verification. - YAGNI Enforcement: Checks whether suggested features are actually used in the codebase before implementing them, preventing speculative over-engineering. - Use Case: A reviewer suggests removing legacy compatibility code. Instead of agreeing, you verify the build target and discover the API requires backward compatibility, then respond with the technical constraint and propose options. ## Quick Start Apply the feedback skill to evaluate the review comments on my pull request before implementing any changes.