بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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.