원클릭으로
migrate-status
Prints a concise status overview of the current migration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prints a concise status overview of the current migration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Resume the active guided migration from approval-state scheduler output.
Wizard intake for a new migration. Asks three questions with sensible defaults, then reaches the Component Inventory Review.
Static help for the guided migration workflow with a final context-aware next-step recommendation.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
SOC 직업 분류 기준
| name | migrate-status |
| description | Prints a concise status overview of the current migration. |
Read the current migration state and print a short human-readable approval-state summary.
tsx ${PLUGIN_DIR}/lib/status.ts --target "${PWD}"
Use the script output as the source of truth. Do not infer progress from legacy phase directories.
If initialized: false: print "No migration in this directory. Run /migrate:new <url> to start."
If initialized: true: print:
Migration: [sourceUrl]
Input: [inputMode]
Inventory: [approvals.inventory]
Draft inventory: revision [draftInventory.revision], hash [draftInventory.hash], blocking names [draftInventory.blockingNames.length]
Components: [approved count] approved, [pending count] pending, [stale count] stale
Pages: [approved count] approved, [stale count] stale
Browser queue concurrency: [queueConcurrency]
Then suggest /migrate:continue unless inventory, components, or pages have stale approvals. For stale approvals, tell the user which approval bucket needs review before continuing.