Command reference ยท Codex CLI
/review
Triggers a review of the current code changes.
/review is part of the official list of Codex CLI's interactive slash commands. It lives in the same namespace as the CLI subcommand codex review, which can review changes with flags like --uncommitted, --base, --commit, or --title. Within a running session it lets you trigger a review of the changes made so far.
โ WHEN TO USE IT?
Double-check your own changes before committing
/review โ have the current, not-yet-committed changes looked over
Request a second look before a merge
/review โ have the session's changes checked before merging into the main branch
โ WHEN NOT TO?
The review should run outside an interactive session, e.g. in CI
/review requires a running interactive session.
Better: Use the standalone codex review subcommand with flags like --base or --commit
SOURCES
- Codex CLI Doku: Slash Commands โ developers.openai.com