What problem does it solve? Code reviews often produce inconsistent, noisy, or unactionable feedback. This Skill standardizes how reviewers evaluate changes and classify findings so every comment is actionable, proportionate to risk, and focused on author-introduced code. ## Core Features & Use Cases - Evaluation criteria: Covers correctness, conventions, edge cases, test coverage, clarity, contracts, type safety, and modern patterns, while explicitly skipping lint and formatting issues handled by CI. - Finding classification: Applies the F/W/T/S/R finding scheme with a Legacy suffix for pre-existing issues, plus gates (proposed-change, actionability, insight) that filter out non-actionable observations. - Use Case: When reviewing a pull request, apply these criteria to trace logic through changed code, classify each issue by severity, format findings with repo-relative locations, and map them to PR comment labels like fixme: or warning:. ## Quick Start Review this pull request using the review-criteria skill and classify each finding with the standard finding scheme.