
from aiskillstore
Guides WordPress site migration and deployment using wp-migrate.sh: push/archive migrations, rollback, dry-runs, and automation-friendly flows for CI/CD.
This skill encapsulates operational knowledge for wp-migrate.sh: migrating WordPress sites between servers (push) or importing archive backups (archive mode). It outlines safe workflows (backups, dry-run, rollback), automation flags for CI/CD, and troubleshooting patterns for SSH, disk space, and archive formats.
Use this skill when performing WordPress migrations, setting up automated migration pipelines, debugging migration failures, or creating PRs/changes to the wp-migrate source. It's useful for operators and maintainers migrating sites or integrating migration into deployment workflows.
Best used with agent toolchains that can run shell commands and CI automation: Bash-enabled agents, Copilot-style assistants, and CI-integrated agents.
WordPress migration skill for wp-migrate.sh covering push and archive modes, rollback, dry-run, and CI/CD automation. No bundled scripts — purely instructional SKILL.md that guides an agent through using an external shell tool. Well-documented with troubleshooting and best practices, but niche audience limited to WordPress site migrations.
Security: deduct 10 for shell injection risk patterns (unquoted vars in example commands), deduct 8 for SSH operations without explicit key management guidance. Code quality: well-structured instructions, clear examples, good troubleshooting section, but no scripts to validate. Architecture: has frontmatter with allowed-tools, decent structure, but monolithic SKILL.md with no scripts/ or references/ separation. Usefulness: narrow WordPress migration niche.