Batch Orchestration
Decompose 10+ file mechanical changes into independent units run by parallel worktree agents.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 20, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0da7656
Fetched the repo tree (40+ SKILL.md files in a monorepo) and the raw skills/batch-orchestration/SKILL.md, which is the sole file in its dir — clean prose, no scripts, base64, or hidden/exfil instructions. Frontmatter parses with name+description and user-invocable; body has no relative file links to break. Note: it presents a `/batch` slash command that is not actually shipped as a command file — it's a naming convention, mild overselling docked in docs.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What Batch Orchestration does
A pure-prompt skill that turns a large mechanical change (migrations, codemods, refactors touching 10+ files with the same pattern) into a disciplined 5-phase workflow: research/grep, decompose into independent verifiable units, get plan approval, run one background agent per unit in an isolated worktree, then collect pass/fail and PRs. Triggers on batch migration, codemod, and repetitive cross-codebase refactor requests. It ships instructions only — the actual parallel execution relies on Claude Code's built-in background-agent and worktree capabilities.
How to install Batch Orchestration
Copy skills/batch-orchestration/SKILL.md into your project's skills directory (e.g. .claude/skills/batch-orchestration/). No scripts or external tools to install.
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Batch Orchestration
-
/batch-orchestrationDecompose 10+ file mechanical changes into independent units run by parallel worktree agents.
It also activates on plain-language prompts like these:
-
Migrate all 40 API routes to the new auth pattern -
Rename this function across the entire codebase -
Refactor every test file to use the new fixture
Frequently asked questions
- Is the Batch Orchestration skill free?
- Yes. The skill itself is free from rohitg00/pro-workflow. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Batch Orchestration work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 20, 2026. Verdict: Tested · Works. Fetched the repo tree (40+ SKILL.md files in a monorepo) and the raw skills/batch-orchestration/SKILL.md, which is the sole file in its dir — clean prose, no scripts, base64, or hidden/exfil instructions. Frontmatter parses with name+description and user-invocable; body has no relative file links to break. Note: it presents a `/batch` slash command that is not actually shipped as a command file — it's a naming convention, mild overselling docked in docs.
- What is the Batch Orchestration SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Batch Orchestration?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Batch Orchestration with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.