What problem does it solve? Getting a fast second opinion on a code diff without running the full lint, build, and test pipeline is slow when every review requires the complete workflow. This Skill provides a lightweight review path that examines only the diff, preserving context across review iterations. ## Core Features & Use Cases - Diff-Only Review: Sends only the code diff to Codex exec for review, skipping lint and build pre-checks. - Review Loop with Context Preservation: Supports iterative review rounds while keeping prior context available. - Tier-Aware Findings: Inherits the session tier (standard by default); findings below the tier's blocking severity are logged as [NIT_DEFERRED] rather than fixed. - Use Case: After making a small change to a feature branch, trigger a quick review of just the diff to catch obvious issues before committing, without waiting for the full CI-style review. ## Quick Start Ask the assistant to run a fast Codex review of the current diff using the codex-review-fast workflow.