/install batch-migration-orchestrator
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
- Inspect the repo to find every affected area, convention, and dependency.
- Split the change into independent units by module, directory, or subsystem.
- Define an end-to-end verification recipe for each unit.
- Launch workers in parallel only when their write scopes do not overlap.
- Track completion, collect PRs or patches, and summarize failures.
Guardrails
- Do not parallelize tightly coupled work.
- Do not let workers edit the same files.
- Require each worker to validate its own unit.
- Prefer worktree or isolated branch execution when git is available.
Inputs
- Migration target
- Scope boundaries
- Verification method
- Branch/PR expectations
Example Requests
- Migrate this monorepo from Jest to Vitest in parallel.
- Split this bulk API rename into independently shippable work units.
Inputs
- Migration goal
- Affected modules or directories
- Verification expectations
- Branch or PR policy
Outputs
- Work decomposition plan
- Parallel worker prompts
- Status tracking summary
- PR or patch rollup
Success Criteria
- Every unit has a clear scope.
- No worker write conflicts exist.
- Each unit includes verification.
Non-Goals
- One-off tiny edits
- Tightly coupled refactors that must land as one patch
Source Provenance
Derived from Claude Code bundled skill logic in src/skills/bundled/batch.ts.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install batch-migration-orchestrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/batch-migration-orchestrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Batch Migration Orchestrator 是什么?
Use when the user wants a large, mechanical change split into many independent units and executed in parallel with isolated workers and PRs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 Batch Migration Orchestrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install batch-migration-orchestrator」即可一键安装,无需额外配置。
Batch Migration Orchestrator 是免费的吗?
是的,Batch Migration Orchestrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Batch Migration Orchestrator 支持哪些平台?
Batch Migration Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Batch Migration Orchestrator?
由 wimi321(@wimi321)开发并维护,当前版本 v1.0.0。