π¦ ClawHub
Batch Migration Orchestrator
by @wimi321
Use when the user wants a large, mechanical change split into many independent units and executed in parallel with isolated workers and PRs.
TERMINAL
clawhub install claude-code-batch-migration-orchestratorπ About This Skill
name: "batch_migration_orchestrator" description: "Use when the user wants a large, mechanical change split into many independent units and executed in parallel with isolated workers and PRs."
Batch Migration Orchestrator
Use this skill for sweeping refactors, migrations, bulk renames, or repetitive codebase-wide edits.
Goal
Turn one large request into a safe parallel rollout with independent units, validation, and mergeable outputs.Workflow
1. Inspect the repo to find every affected area, convention, and dependency. 2. Split the change into independent units by module, directory, or subsystem. 3. Define an end-to-end verification recipe for each unit. 4. Launch workers in parallel only when their write scopes do not overlap. 5. Track completion, collect PRs or patches, and summarize failures.Guardrails
Inputs
Source Provenance
Derived from Claude Code bundled skill logic insrc/skills/bundled/batch.ts.