What problem does it solve? Code reviews often drift into subjective commentary or miss whether the work actually matches the agreed specification. This Skill enforces a disciplined review pass that checks contract compliance first and code quality second, then emits findings in a strict, machine-consumable record format. ## Core Features & Use Cases - Contract-first review: Assesses whether the diff matches proposal.md, design.md, tasks.md, and spec deltas before judging code quality. - Structured finding records: Emits each finding with exactly six fields (key, severity, location, defect, evidence, remedy) and no extra prose. - Severity discipline: Uses only the four labels Critical, High, Medium, Low, and requires quoted evidence from the current file content for every finding. - Use Case: During a PtP review loop, supply the change contract and diff; the Skill returns findings that downstream skills like review-loop and review-severity can filter, key, and threshold. ## Quick Start Ask the AI to review the supplied contract and diff for contract compliance and emit findings in the six-field record format.