superpowers-sage:wp-cli-ops

Automate WordPress maintenance and deployment via WP-CLI commands in Lando.

13|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-wp-cli-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-sage:wp-cli-ops
Source: https://github.com/codigodoleo/superpowers-sage/tree/main/skills/wp-cli-ops
Command: npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-wp-cli-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lando, and includes scripts (resource) and references (resource) components.

What problem does it solve?

WP-CLI operations inside a Lando container streamline WordPress maintenance, deployment, and debugging tasks, reducing risk and saving time by providing repeatable workflows for backups, migrations, and site administration.

Core Features & Use Cases

  • Database backup and restore workflows with safeguards before destructive changes.
  • Maintenance mode control, cache flushing, cron management, and deployment sequence automation.
  • Custom Acorn CLI commands and references to content operations for users, posts, and options.

Quick Start

Run the provided scripts to back up the database and safely perform a WP-CLI operation inside a Lando environment.

Frequently Asked Questions about superpowers-sage:wp-cli-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WordPress maintenance and database backups using WP-CLI in Lando?

Automate WordPress maintenance via WP-CLI in Lando by running provided scripts that execute database backups, manage maintenance mode, and automate deployment sequences with built-in operational safeguards.

What is the safest way to run a database migration and search-replace on WordPress?

The safest way to run a WordPress database migration and search-replace is using automated WP-CLI workflows that enforce backup safeguards before applying destructive changes to your site.

Does this WordPress WP-CLI automation require a specific local development environment?

Yes, this WordPress WP-CLI automation requires the Lando local development environment as a dependency to execute its scripts and manage site administration workflows safely.

Can I manage WordPress cron jobs and cache flushing through command line operations?

Yes, you can manage WordPress cron jobs and flush caches via command line operations using the integrated WP-CLI scripts designed for standard site administration within your environment.

What is the best way to handle preflight checks before a WordPress deployment?

The best way to handle preflight WordPress deployment checks is using automated WP-CLI sequences that control maintenance mode and execute database backups before applying site changes.