What problem does it solve? Reviewing code changes consistently is hard: reviewers must decide what to inspect, how to phrase comments, how fast to respond, and how to handle disagreements without blocking progress or letting code health degrade. ## Core Features & Use Cases - Review standards and principles: Apply Google's rule of approving changes that improve overall code health, with guidance on design, functionality, complexity, tests, naming, comments, style, and documentation. - Structured review workflow: Navigate a change by checking the description, examining the main parts first, then reviewing remaining files in a logical sequence. - Comment quality and severity labels: Write courteous, explanatory comments labeled as Nit, Optional, or FYI so authors can prioritize required changes. - Use Case: When assigned a large pull request, use this Skill to decide whether to ask for a split, review the core design first, and leave labeled comments that distinguish mandatory fixes from suggestions. ## Quick Start Review the attached pull request using Google's code review standards and leave labeled comments on design, tests, and complexity.