batch
Installation
SKILL.md
Batch Skill
Purpose
Orchestrate large-scale changes across a codebase by decomposing the work into independent units and executing them in parallel. Each unit runs in an isolated git worktree with its own agent, implements the change, runs tests, and opens a PR.
Prerequisites
- Must be in a git repository
- Must have a clean working tree (no uncommitted changes)
- Must have a remote configured for PR creation
ghCLI must be available for creating pull requests
Verify prerequisites before proceeding: