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. /batch
한국어English

Cmd. /batch

Parallelize a large change across worktree subagents (skill).

Key takeaways

  • Parallelize a large change across worktree subagents (skill).
  • Check the input surface and availability before using the examples below.

Purpose

Parallelize a large change across worktree subagents (skill).

/batch <instruction>

Availability

FieldValue
Input surfaceRunning CLI prompt
KindBundled skill
StatusConditional
Aliases—
Documented minimumNot specified
Reviewed against2026-09-22 · Claude Code 2.1.278

Requires a Git repository; worktree tasks start after the proposed plan is approved.

Examples

/batch migrate src/utils from JavaScript to TypeScript

Effects and persistence

After plan approval, each unit runs in an isolated worktree and can implement changes, run tests, and open a PR.

Cautions

Review the proposed units before approval. Worktrees isolate edits but do not eliminate integration conflicts.

Official sources

  • Commands
  • Worktrees
  • Sub Agents

Complete command list · Verification scope

Related docs

Cmd. /worktree

Codex Command Master · Run new or forked sessions in isolated Git checkouts

Multi-session Workflow

Claude Code Complete Guide · Run parallel Claude Code sessions with git worktrees and agent view without losing branch, context, or verification control.

Cmd. /fewer-permission-prompts

Propose a read-only allowlist from transcripts (skill).

Cmd. /reload-skills

Re-scans on-disk skill and command directories and refreshes session availability.

Cmd. /diff

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

Cmd. /autofix-pr

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

Cmd. /desktop

Continue the session in Claude Code Desktop (/app).

On this page

PurposeAvailabilityExamplesEffects and persistenceCautionsOfficial sources