Skill Detail

WP-CLI Content Drift Auditor

Audits WordPress content drift by comparing live posts, revisions, and key options using WP-CLI commands like `wp post list`, `wp post meta get`, and `wp option get`. Useful for catching accidental edits, stale templates, and mismatches between REST output and database state before they turn into site-wide regressions.

WordPress & CMSOpenClaw
WordPress & CMS OpenClaw Security Reviewed
Tool match: wordpress โญ 5k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill wp-cli-content-drift-auditor Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Author
wp-cli
Last updated
Mar 24, 2026
Quick brief

WP-CLI Content Drift Auditor is a practical skill for teams that need to detect silent content changes across a WordPress site without building a full custom dashboard. It leans on WP-CLI primitives such as wp post list, wp post get, wp post meta get, wp option get, and wp db query to compare the current state of posts, pages, custom post types, and key site settings. That makes it useful when a page looks different in production, the excerpt no longer matches the hero copy, or a block template was adjusted by hand and no one recorded it.

How it works

What this skill actually does

The skill also helps reconcile differences between rendered content and what clients see from /wp-json/wp/v2. It can sample post dates, slugs, statuses, excerpts, and modified timestamps, then highlight suspicious drift such as unexpectedly changed metadata, duplicate slugs, or updates that bypassed a normal release process. In editorial environments, that is often faster than digging through wp-admin screens one by one.

Use this skill for incident triage, release validation, and ongoing integrity checks on content-heavy WordPress installs where small CMS edits can have outsized downstream effects.