wp-wpcli-and-ops
Installation
SKILL.md
WordPress WP-CLI and Ops Skill
Overview
Systematic review guidance for WordPress operational workflows centered on WP-CLI. Core principle: operational commands should be explicit about scope, environment, and side effects before they touch data or execute production work. Review covers custom CLI commands, search-replace plans, multisite targeting, cron and cache operations, maintenance scripts, and deployment-time automation.
When to Use
Use when:
- Reviewing custom WP-CLI commands or command classes
- Auditing shell scripts or docs that run
wpcommands - Planning safe search-replace or migration operations
- Checking multisite or network-wide operational steps
- Reviewing cron, cache, export, import, or maintenance workflows