Codex explored the project (file references visible in output)
Output includes issue classification
Examples
# Review uncommitted changes
/codex-cli-review
# Compare with main branch
/codex-cli-review --base main
# With title
/codex-cli-review --title "Feature: User Auth"
# Custom review instructions
/codex-cli-review --prompt "Focus on security and performance"
Related
Command/Skill
Difference
/codex-review-fast
MCP version, supports iterative review
/codex-review
MCP version, includes lint + build
/codex-review-branch
MCP version, reviews entire branch
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: sd0xdev-sd0x-dev-flow-codex-cli-review3description: Codex CLI Review Skill4---56# Codex CLI Review Skill78## Trigger910- Keywords: codex cli review, cli review, script review1112## When to Use1314- Need Codex to independently explore the entire project (full disk read)15- Don't need MCP's context persistence feature16- Want to use Codex CLI's native review format1718## When NOT to Use1920- Need iterative review (use `/codex-review-fast --continue`)21- Need to follow up with Codex (use MCP version)22- Only want to see diff without waiting for Codex exploration (use `/codex-review-fast`)2324## Difference from MCP Version2526| Feature | CLI Version (this skill) | MCP Version |27| ------------------- | ------------------------ | --------------------- |28| Independent explore | Full disk read | Needs explicit instruction |29| Context persistence | None | threadId |30| Iterative review | Each run independent | --continue |31| Format | Codex native format | Custom prompt format |32| Execution method | Script invocation | MCP tool invocation |3334## Workflow3536```37┌─────────────────────────────────────────────────────────────────┐38│ Step 1: Check Changes │39├─────────────────────────────────────────────────────────────────┤40│ git status --porcelain │41│ No changes -> Early exit │42└─────────────────────────────────────────────────────────────────┘43 ↓44┌─────────────────────────────────────────────────────────────────┐45│ Step 2: Execute Codex CLI │46├─────────────────────────────────────────────────────────────────┤47│ codex review --uncommitted │48│ -c 'sandbox_permissions=["disk-full-read-access"]' │49│ │50│ Codex will independently: │51│ - Read changed files │52│ - Explore related dependencies │53│ - Check existing tests │54│ - Understand project structure │55└─────────────────────────────────────────────────────────────────┘56 ↓57┌─────────────────────────────────────────────────────────────────┐58│ Step 3: Output Review Results │59├─────────────────────────────────────────────────────────────────┤60│ Codex native format: │61│ - Summary │62│ - Issues (Critical/Major/Minor/Suggestion) │63│ - Recommendations │64└─────────────────────────────────────────────────────────────────┘65```6667## Script6869```bash70bash skills/codex-cli-review/scripts/review.sh [options]71```7273### Options7475| Parameter | Description |76| ------------------- | -------------------------- |77| `--base <branch>` | Compare with specified branch |78| `--title "<text>"` | Set review title |79| `--prompt "<text>"` | Custom review instructions |8081### I/O Contract8283**Input:**8485- Git working directory with changes8687**Output:**8889- Codex review report (stdout)90- Exit code: 0 = success, non-0 = failure9192## Output9394```markdown95## Codex CLI Review Report96### Findings97#### P0/P1/P298- [file:line] Issue → Fix recommendation99### Merge Gate100✅ Ready / ⛔ Blocked101```102103## Verification104105- [ ] Script executes without errors106- [ ] Codex explored the project (file references visible in output)107- [ ] Output includes issue classification108109## Examples110111```bash112# Review uncommitted changes113/codex-cli-review114115# Compare with main branch116/codex-cli-review --base main117118# With title119/codex-cli-review --title "Feature: User Auth"120121# Custom review instructions122/codex-cli-review --prompt "Focus on security and performance"123```124125## Related126127| Command/Skill | Difference |128| ---------------------- | ------------------------------------ |129| `/codex-review-fast` | MCP version, supports iterative review |130| `/codex-review` | MCP version, includes lint + build |131| `/codex-review-branch` | MCP version, reviews entire branch |132133---134> Converted and distributed by [TomeVault](https://tomevault.io/claim/sd0xdev) — claim your Tome and manage your conversions.135<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/sd0xdev-sd0x-dev-flow-codex-cli-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Codex CLI Review Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.