What problem does it solve? Code reviews often waste effort reviewing too much code for trivial changes or miss critical issues by reviewing too little for large changes. This Skill classifies a change as minor or major so reviewers know exactly which code, callers, and integration points to examine. ## Core Features & Use Cases - Change Classification: Uses file count, API changes, and behavioral impact indicators to classify changes as minor (review new code only) or major (review impacted code too). - Impact Analysis Guidance: Provides grep-based techniques to find callers, dependencies, and call chains affected by changed code. - Scope Documentation Templates: Supplies ready-to-use markdown templates and checklists for documenting review scope before starting. - Use Case: Before reviewing a pull request that touches the authentication flow across five files, use this Skill to classify it as major and generate a checklist covering all callers, integration points, and end-to-end flows. ## Quick Start Ask the AI to determine whether the current change is minor or major and define the review scope before starting the code review.