What problem does it solve? Code changes often reach pull requests without a structured, requirements-grounded review, letting correctness bugs, missing tests, and security risks slip through. This Skill provides a side-effect-free review primitive that inspects a diff and returns categorized findings with a readiness verdict. ## Core Features & Use Cases - Severity-Categorized Findings: Classifies issues as Critical, Important, or Minor, each with file/line evidence, confidence level, suggested fix, and verification suggestion. - Requirements-Grounded Review: Loads specs, design docs, and ticket context so the diff is judged against actual requirements rather than generic style. - Reusable Review Contract: A fixed output format that other workflows (ready-for-review, fresh-eyes, rinse, pr-patrol) can consume, plus a prompt template for external reviewers. - Use Case: Before opening a PR, ask for a review of your local diff against the base branch; you receive blocking findings, optional improvements, and a merge-readiness verdict without any files being edited or comments posted. ## Quick Start Review my current local diff against the main branch and give me severity-categorized findings with a readiness verdict.