| name | wp-wpcli-and-ops |
| description | WordPress WP-CLI and operations review for Codex. Use when reviewing custom CLI commands, search-replace plans, multisite operations, maintenance scripts, cron or cache workflows, or deployment-time WordPress operations. |
Codex WordPress WP-CLI and Ops Review
Purpose
Use this skill when Codex should review WordPress operational workflows built around WP-CLI, including custom commands, multisite tasks, search-replace plans, and maintenance scripts.
Focus Areas
- Custom
WP_CLI::add_command() quality
- Search-replace and DB safety
- Multisite targeting and
--url / --network scope
- Automation reliability, batching, and logging
Workflow
- Identify command implementations and operational docs.
- Check destructive scope and targeting first.
- Review validation, dry-run support, and rollback thinking.
- Load only the needed shared references from
../../claude-skills/wp-wpcli-and-ops/references/.
- Report findings with severity, file references, impact, and safer patterns.
References
../../claude-skills/wp-wpcli-and-ops/references/command-patterns.md
../../claude-skills/wp-wpcli-and-ops/references/multisite-and-search-replace.md
../../claude-skills/wp-wpcli-and-ops/references/automation-and-safety.md