What problem does it solve? Unreviewed code often reaches release with spec deviations, quality defects, or compliance gaps that surface too late. This Skill enforces a structured adversarial review between build and ship so defects are caught and prioritized before delivery. ## Core Features & Use Cases - Three-stage review pipeline: Runs spec compliance first, then code quality (correctness, security, performance, style, test coverage), then pack-defined compliance gates, with each stage gating the next. - Priority-based findings: Classifies issues as P1 (blocks ship), P2 (must fix), or P3 (nit), with fix loops capped at three iterations and operator decision points. - Audit-ready artifacts: Produces review-report.md and compliance-report.md with per-stage verdicts, cross-artifact consistency checks, and an optional independent Codex outside-voice review. - Use Case: After finishing a feature build, run the review to verify every planned task matches the implementation exactly, catch a P1 security flaw, and generate a ship-ready verdict with documented evidence. ## Quick Start Ask the agent to review the current build output against the plan and produce a ship-readiness verdict with prioritized findings.