What problem does it solve? Before merging or releasing, teams need a final check that catches critical risks rather than style nitpicks. This Skill performs a pre-landing review focused on structural bugs, silent failures, trust boundaries, and missing tests, so ship blockers surface before production. ## Core Features & Use Cases - Severity-Ordered Findings: Produces a findings-first report ordered by severity, covering structural bugs and silent failures. - Trust-Boundary Analysis: Examines trust boundaries and identifies test gaps that could hide production failures. - Ship Blocker Detection: Explicitly flags blockers and refuses to treat a branch as ready when a critical issue exists. - Use Case: A developer finishes a feature branch and asks for a pre-merge review; the Skill returns findings by severity, trust-boundary notes, test gaps, and ship blockers, then hands off to shipping or QA modes if clear. ## Quick Start Review this branch before merge and report any structural bugs, trust-boundary risks, test gaps, and ship blockers ordered by severity.