Setup & Installation
What This Skill Does
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations. Supports scripting repeatable workflows with wp-cli.yml and shell scripts. WP-CLI operations like search-replace on serialized data or multisite targeting are easy to misfire manually, and this skill enforces the backup-dry-run-execute sequence with correct flags every time.
When to use it
- Working with wp wpcli and ops functionality
- Implementing wp wpcli and ops features
- Debugging wp wpcli and ops related issues
