Wp Wpcli And Ops

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.

jorgerosal b1964db 1.3 KB Updated

File contents

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

  1. Identify command implementations and operational docs.
  2. Check destructive scope and targeting first.
  3. Review validation, dry-run support, and rollback thinking.
  4. Load only the needed shared references from ../../claude-skills/wp-wpcli-and-ops/references/.
  5. 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

jorgerosal/wordpress-skills/tree/main/codex-skills/wp-wpcli-and-ops commit b1964db529

Frequently asked questions

npx skillmds@latest add jorgerosal/wp-wpcli-and-ops