What problem does it solve? When you receive PR comments or external code review feedback, blindly implementing every suggestion can break existing functionality or introduce hallucinated APIs. This Skill enforces a verification-first discipline: understand all feedback, verify claims against the actual codebase, then act with evidence-based verdicts. ## Core Features & Use Cases - Feedback Classification: Sorts every review item into BLOCKING, BUG, IMPROVEMENT, STYLE, or OPINION with P0–P4 priorities before any code changes. - Verification & Pushback: Checks reviewer claims against the real codebase using scout and grep, pushes back with technical evidence when suggestions are wrong, and applies YAGNI checks for unused features. - Rejection Knowledge Base: Writes durable .out-of-scope/<slug>.md records for rejected enhancements so decisions are never re-litigated in future sessions. - Use Case: A teammate leaves 8 comments on your pull request. The Skill classifies each one, verifies the claims, fixes the two real bugs, pushes back on one incorrect suggestion with test evidence, and records an out-of-scope feature request in the rejection KB. ## Quick Start Process the review comments on my current pull request and give me a verdict and action plan for each item.