一键导入
migrate
Run CSA project migrations to update config and workflow files to the current version
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run CSA project migrations to update config and workflow files to the current version
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | migrate |
| description | Run CSA project migrations to update config and workflow files to the current version |
| allowed-tools | Bash, Read, Grep, Glob |
| triggers | ["migrate","/migrate","csa migrate","run migrations"] |
Apply pending migrations to bring project configuration and workflow files up to date with the current CSA binary version. Manages the weave.lock file that tracks applied migrations.
| Command | Description |
|---|---|
csa migrate | Apply all pending migrations |
csa migrate --dry-run | Preview without applying |
csa migrate --status | Show migration status |
csa prints "weave.lock is outdated" at startupcsa migrate --status to check current statecsa migrateweave.lock was updatedweave.lock and any migrated filesRead the pattern at ../../PATTERN.md relative to this SKILL.md for the full migration
definition format, version numbering scheme, testing requirements, and
code templates.
Use when: full dev cycle branch->plan->implement->review->PR->merge
Use when: executing tasks via csa run/review/debate, session mgmt
Use when: iterative review-fix loop until csa review --diff is clean
Use when: running CSA-driven code review, independent model selection
Use when: three-layer manager-employee orchestration for delegation
Use when: legacy alias, redirects to dev2merge pipeline