Skip to main content
reopt Handbook
reopt Handbook
Claude Code Command MasterLabels and command selectionHow to read a detail guideComplete command listTerminal CLI Commands and Flags

Task guides

Core command basicsStarting and resuming workSkills and Custom CommandsAutomation and Web CommandsOperations and Safety CommandsCustom commands and skillsMCP connections and commands

Conversation and context

Cmd. /add-dirCmd. /backgroundCmd. /compactCmd. /contextCmd. /copyCmd. /exportCmd. /forkCmd. /importCmd. /initCmd. /memoryCmd. /recapCmd. /renameCmd. /resumeCmd. /rewindCmd. claude project purge

Planning and execution

Cmd. /autofix-prCmd. /batchCmd. /desktopCmd. /goalCmd. /loopCmd. /planCmd. /remote-envCmd. /scheduleCmd. /tasksCmd. /teleportCmd. /workflows

Review and verification

Cmd. /code-reviewCmd. /runCmd. /run-skill-generatorCmd. /security-reviewCmd. /simplifyCmd. /verify

Models and settings

Cmd. /claude-apiCmd. /configCmd. /effortCmd. /fastCmd. /modelCmd. /output-styleCmd. /update-config

Permissions and integrations

Cmd. /agentsCmd. /hooksCmd. /ideCmd. /mcpCmd. /permissionsCmd. /pluginCmd. /reload-pluginsCmd. /reload-skillsCmd. /sandboxCmd. /skillsCmd. /web-setup

Status and diagnostics

Cmd. /debugCmd. /diffCmd. /doctorCmd. /fewer-permission-promptsCmd. /release-notesCmd. /team-onboarding

Display and input

Cmd. /colorCmd. /focusCmd. /keybindingsCmd. /powerupCmd. /statuslineCmd. /terminal-setupCmd. /themeCmd. /tui

Account and usage

Cmd. /upgradeCmd. /usageCmd. /usage-credits

Legacy

Cmd. /costCmd. /pr-commentsCmd. /reviewCmd. /statsCmd. /ultrareviewCmd. /vimCmd. /approved-toolsCmd. /commandsCmd. /extra-usageCmd. /settingsCmd. /tagCmd. /todos

Verification and history

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

Cmd. /code-review

Review a diff, PR, branch, or path (skill).

Key takeaways

  • Review a diff, PR, branch, or path (skill).
  • Check the input surface and availability before using the examples below.

Purpose

Review a diff, PR, branch, or path (skill).

/code-review [low|medium|high|xhigh|max|ultra] [--fix] [--comment] [pr#|branch|path]

Availability

FieldValue
Input surfaceRunning CLI prompt
KindBundled skill
StatusCurrent reference
Aliases/review
Documented minimumNot specified
Reviewed against2026-09-22 · Claude Code 2.1.278

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

Examples

/code-review high

Effects and persistence

Reviews the diff or selected target. --fix requests edits and --comment requests posted comments, expanding the operation's effects.

Review execution

For models without tuned review settings, /code-review uses leaner inline prompts rather than many review subagents (v2.1.274). When no base branch or shared history exists, claude -p refuses the whole-repository fallback. A user running claude ultrareview directly consents to that fallback; an agent invoking it through a tool does not. Reviewing a first commit requires interactive confirmation (v2.1.277).

Changelog

Posting comments

/ultrareview --post posts a PR comment directly when findings arrive and prints its link, without a second cloud session. Use --post when you intend to publish findings to the PR.

official changelog · 2026-09-12 KST

Cautions

A plain review, --fix, and --comment have different effects. Check the selected target before requesting changes or publication.

Official sources

  • Commands
  • Code Review

Complete command list · Verification scope

Related docs

Cmd. /review

Reviews the diff or selected target. --fix requests edits and --comment requests posted comments, expanding the operation's effects.

Cmd. /autofix-pr

Start a cloud session that fixes PR failures and review comments.

Cmd. /review

Codex Command Master · Ask Codex to review the current working tree.

Cmd. /diff

Codex Command Master · Review current Git changes from inside Codex.

Cmd. /fork

Codex Command Master · Branch the current conversation into a new thread.

Cmd. /workflows

Watch, pause, resume, or save dynamic workflows.

Cmd. /run

Launch and drive the app to verify a change (skill).

On this page

PurposeAvailabilityExamplesEffects and persistenceReview executionPosting commentsCautionsOfficial sources