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
| Field | Value |
|---|---|
| Input surface | Running CLI prompt |
| Kind | Bundled skill |
| Status | Conditional |
| Aliases | — |
| Documented minimum | Not specified |
| Reviewed against | 2026-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 TypeScriptEffects 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.