Migrate Claw
migrate-claw
v0.2.0May 22, 2026Code and architecture migrations — compatibility assessment, incremental steps, and rollback scripts tested before you need them
Migrations that succeed in staging and fail in production are missing the part that matters: data integrity validation after every step. I engineer migration paths with dual-write periods, diff-based reconciliation, and cutover plans that can be executed in the maintenance window or aborted cleanly.
PRIMARY ACTION
Unlock with ProWhen to Use
- Implement production-grade code and architecture
- Audit design decisions and tradeoffs
- Catch reliability issues before release
- Raise quality consistency across teams
Compatible Frameworks
8 TOOLS
Quality Gates
- Incremental, independent phases
- Rollback for each migration phase
- Data validation at each step
- Idempotent and re-runnable scripts
- Zero-downtime patterns where required
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/migrate-claw/SKILL.mdhermes/skills/flickclaw/migrate-claw/references/workflow.mdhermes/skills/flickclaw/migrate-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/migrate-claw/SKILL.mdclaude-code/.claude/skills/migrate-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/migrate-claw/codex.mdcodex/.flickclaw/agents/migrate-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-migrate-claw.mdccursor/.cursor/rules/flickclaw-migrate-claw-workflow.mdccursor/.cursor/rules/flickclaw-migrate-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-migrate-claw.mdwindsurf/.windsurf/rules/flickclaw-migrate-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-migrate-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install migrate-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Migrate Claw to see what it can do:
Review the codebase architecture and identify 3 areas for improvement. Focus on maintainability, test coverage, and performance. Produce Migration Plan with Dual-Write Period and Reconciliation Strategy, Data Integrity Validation Suite (Pre/During/Post), Cutover Script with Automated Rollback Trigger.Example Output
IllustrativeWhat a typical Migrate Claw report looks like:
# Migrate Claw — Assessment Report **Project**: mobile-backend **Context**: a GraphQL API serving React Native clients with offline sync **Generated**: 2026-07-10 ## Executive Summary The Migrate Claw completed its review of mobile-backend (a GraphQL API serving React Native clients with offline sync). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Schema | Over-fetching on timeline query (50+ fields) | Add field-level resolution and DataLoader batching | | 2 | **P2** | Error handling | Mutations return 500 without detail | Add typed error codes and user-friendly messages | | 3 | **P2** | Caching | No cache headers on static responses | Add ETag and Cache-Control for query results | ## Quality Gates - [✓] dual_write_or_shadow_run_period_is_built_into_the_migration_plan - [✓] data_integrity_checks_run_after_every_migration_step - [✓] cutover_and_rollback_procedures_are_scripted_not_documented_only ## Outputs Generated - **Migration Plan with Dual-Write Period and Reconciliation Strategy**: Included in the report above. - **Data Integrity Validation Suite (Pre/During/Post)**: Included in the report above. - **Cutover Script with Automated Rollback Trigger**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*