Skip to main content
reopt Handbook
reopt Handbook
Codex Command MasterLabels and command selectionHow to read a detail guideComplete command listTerminal CLI Commands and Options

Task guides

Core Command GroupSession Command GroupCustom Command GuideMCP Command and Integration GuideDesign Workflows

Conversation and context

Cmd. /clearCmd. /renameCmd. /archiveCmd. /deleteCmd. /compactCmd. /copyCmd. /memoriesCmd. /importCmd. /initCmd. /mentionCmd. /forkCmd. /sideCmd. /resumeCmd. /newCmd. /cdCmd. /exportCmd. /recap

Planning and execution

Cmd. /planCmd. /goalCmd. /psCmd. /stopCmd. /app

Review and verification

Cmd. /review

Models and settings

Cmd. /modelCmd. /fast

Permissions and integrations

Cmd. /permissionsCmd. /ideCmd. /setup-default-sandboxCmd. /sandbox-add-read-dirCmd. /pluginsCmd. /hooksCmd. /approveCmd. /skillsCmd. /mcp

Status and diagnostics

Cmd. /agentCmd. /appsCmd. /diffCmd. /feedbackCmd. /personalityCmd. /rawCmd. /statusCmd. /debug-configCmd. /title

Display and input

Cmd. /keymapCmd. /vimCmd. /experimentalCmd. /statuslineCmd. /themeCmd. /petsCmd. /voiceCmd. /worktree

Account and usage

Cmd. /exitCmd. /logoutCmd. /quitCmd. /usage

Legacy

Cmd. /approvals

Verification and history

Current verification scopeHandbook updatesRelease coverage historyEarlier verification recordsCommand change history
Handbook›Codex Command Master›Cmd. /review
한국어English

Cmd. /review

Ask Codex to review the current working tree.

Key takeaways

  • Ask Codex to review the current working tree.
  • Check the input surface and availability before using the examples below.

Purpose

Ask Codex to review the current working tree.

/review

Availability

FieldValue
Input surfaceRunning CLI prompt
KindBuilt-in
StatusCurrent reference
Aliases—
Documented minimumNot specified
Reviewed against2026-09-22 · Codex CLI 0.155.1

The installed command menu and account or organization settings determine availability.

Examples

/review

When to use it

  1. Run /review after implementation and before committing.
  2. Follow with /diff when you need to inspect the exact changed lines behind a finding.

Choosing related commands

CommandDifferenceChoose It When
/reviewReviews risk and correctnessYou need a code-review pass
/diffShows exact changesYou need to inspect the patch
/statusShows session stateYou need context before review

Effects and persistence

Starts a dedicated review of changes. Decide which findings to apply after inspecting the review.

/review asks Codex to review local working tree changes, focusing on behavior changes, risks, and missing tests.

Cautions

  • Review findings are not a substitute for running tests.
  • Make sure user edits and Codex edits are understood in a dirty worktree.

Official sources

  • Developer Commands
  • Cli

Complete command list · Verification scope · History for this command

Related docs

Cmd. /diff

Review current Git changes from inside Codex.

Cmd. /add-dir

Claude Code Command Master · Add a working directory for file access in this session.

Cmd. /teleport

Claude Code Command Master · Pull a web session into the local terminal (/tp).

Terminal CLI Commands and Options

All 27 official Codex CLI command entries, global and command-specific option tables, and release additions

Cmd. /release-notes

Claude Code Command Master · Displays selected release notes in the transcript without adding them to model conversation context.

Cmd. /app

Hand off the current CLI thread to Codex Desktop.

Cmd. /model

Switch among GPT-6 Astra, GPT-5.6 Sol, Terra, Luna, and supported reasoning effort levels.

On this page

PurposeAvailabilityExamplesWhen to use itChoosing related commandsEffects and persistenceCautionsOfficial sources