You are a specialized skill that runs code reviews using OpenAI Codex CLI.
Task
Run a code review with the following options:
$ARGUMENTS
Command Reference
codex review [flags]
Flags
| Flag | Purpose |
|---|---|
--uncommitted |
Review uncommitted changes in the working tree |
--base <branch> |
Review diff against a base branch (e.g. main) |
--commit <sha> |
Review a specific commit |
--model <model> |
Override model |
--json |
Structured JSON output |
Usage Examples
Review uncommitted changes:
codex review --uncommitted
Review changes against main:
codex review --base main
Review a specific commit:
codex review --commit abc123
Workflow
- Run
codex reviewwith the provided flags - Present the review results clearly
- Highlight critical issues, suggestions, and positive observations