What problem does it solve? Code reviews often miss defects that live outside the changed lines, wave off missing test coverage, or produce unsupported findings. This Skill applies a disciplined, evidence-based review process to local changes, artifacts, or existing pull requests so every reported finding is backed by verifiable support. ## Core Features & Use Cases - Evidence-based defect detection: Reads the diff, work record, ticket, and acceptance criteria, then traces outward to consumers of changed contracts across repositories to find real breakage. - Structured review output: Produces a verdict (APPROVE, REQUEST CHANGES, COMMENT), severity-ordered findings, and an honest validation record following a defined output template. - Independent second-pass review: Supports a context-isolated re-review, optionally by a different model family, tasked with refuting standing findings as well as surfacing missed ones. - Merge risk assessment: Evaluates blast radius, security, data integrity, verification, dependencies, and infrastructure to produce a Low-to-Critical risk rating. - Use Case: Given an open pull request, review the diff against the linked ticket's acceptance criteria, triage existing review feedback as supported, fixed, or outdated, and return a verdict with severity-ordered findings. ## Quick Start Use review-work to review the current pull request against its ticket acceptance criteria and report supported findings with a verdict.