What problem does it solve?
CI-based code review only runs after you push a PR, so issues surface late. This Skill runs the exact same Codex review policy, model, and reasoning effort as the codex-pr-review GitHub Action locally, covering both committed and uncommitted work, so you catch findings before pushing.
Core Features & Use Cases
- CI-parity review: Uses the same REVIEW.md policy, gpt-5.6-sol model, and xhigh reasoning effort as the codex-pr-review workflow, producing P0/P1/P2 findings with file:line references.
- Pre-push scope: Diffs the current branch against the merge-base with a base ref (default main), folding in uncommitted edits and explicitly listing untracked files for review.
- Read-only sandbox: Runs codex exec in read-only mode so the review cannot modify the working tree, writing only temp files.
- Use Case: Before pushing a non-trivial feature branch, run the script to get the same review CI would produce, then decide with your team whether to address findings first.
Quick Start
Run the local Codex review on my current branch against main before I push.