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/--networkscope - 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