WP-CLI and Ops When to use Use this skill when the task involves WordPress operational work via WP-CLI, including: - (URL changes, domain migrations, protocol switch) - DB export/import, resets, and inspections ( ) - plugin/theme install/activate/update, language packs - cron event listing/running - cache/rewrite flushing - multisite operations ( , , ) - building repeatable scripts ( , shell scripts, CI jobs) Inputs required - Where WP-CLI will run (local dev, staging, production) and whether it’s safe to run. - How to target the correct site root: - and (multisite) - Whether this is multisit…