What problem does it solve? Executing a large content migration to Wix by hand is error-prone and non-repeatable. This Skill runs the previously generated extract/import pipeline as a deterministic artifact, enforcing approval gates, dry-run validation, idempotent re-runs, and auditable completion reporting so nothing is written to the user's Wix site without explicit acceptance. ## Core Features & Use Cases - Gated execution plan approval: Presents a human-readable import plan (entities, counts, lossy items, notification muting, analytics exclusion) and blocks all writes until the user accepts. - Artifact-driven import: Runs the generated run-extract.js and run-import.js entrypoints with config/env credentials, never hand-issuing per-record Wix MCP writes. - Dry-run and safe-mode support: Validates with DRY_RUN=true captures, safe-mode blocked-record ledgers, and demo-catalog cleanup before live writes. - Targeted recovery: Supports --missing-only, --failed-only, and --deferred-only resume runs with a durable recovery-log.json and crosswalk-based idempotency. - Use Case: After setup and codegen for a WordPress-to-Wix migration are complete, use this Skill to dry-run the pipeline, present the execution plan, then run the live import of 1088 posts and 86 podcast episodes and produce a completion report with the dashboard URL. ## Quick Start Run the approved migration pipeline for my project and give me the completion report with imported counts and the Wix dashboard URL.