claude-code-batch-migration-orchestratorUse when the user wants a large, mechanical change split into many independent units and executed in parallel with isolated workers and PRs.
Install via ClawdBot CLI:
clawdbot install wimi321/claude-code-batch-migration-orchestratorGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 7, 2026
A financial services company needs to rename all usages of a deprecated API across 500+ microservices. The batch migration orchestrator splits the work by service, runs parallel workers to update imports and method calls, and validates each service's tests pass before generating PRs.
An e-commerce platform is migrating from Sequelize to Prisma, touching models, queries, and migrations in multiple modules. The orchestrator partitions changes by module (users, orders, products), launches workers in isolated branches, and each worker runs a seed test to verify data integrity.
A SaaS provider is moving from YAML to JSON for all configuration files across 200 repos. The orchestrator groups repos by ownership team, assigns workers to convert and validate syntax, and ensures no file is edited by more than one worker simultaneously.
A media company reorganizes its monorepo by moving all image assets from /assets to /public/images and updating every reference. The orchestrator scans the repo for affected files, splits them by directory tree depth, and runs workers to move files and update import paths, each validating a subset of pages.
A legal tech firm must update copyright headers in every source file from '2023' to '2024' and add a new clause. The orchestrator batches files by directory, ensuring no two workers touch the same file, and verifies the updated headers against a regex template.
Provide a free tier for small migrations (up to 50 files) and charge per batch unit for larger migrations. Revenue comes from high-volume enterprise batches.
License the orchestration engine to enterprises as part of their CI/CD pipeline. Integrates with GitHub Actions and GitLab CI, generating revenue via annual seat licensing.
Offer consulting services to plan large migrations combined with automated orchestration tooling. Revenue includes fixed-fee consulting and recurring support contracts for ongoing migration maintenance.
💬 Integration Tip
Integrate with your CI system by having the orchestrator check write-scope overlaps using file locks or branch isolation; start with a dry-run mode to validate partition logic before launching actual workers.
Scored May 7, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.