Tooling & Ops Custom Skills · Curated

Staging Diff Reporter

Summarizes what changed between a staging site and production before pushing live.

What it does

Compares plugin and theme versions, active plugin lists, core version, and modified files between the two environments, then separates the diff into intentional changes (what staging was built to test) versus drift, changes that crept into production but were never applied to staging, or vice versa.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/staging-diff-reporter/ (or ~/.claude/skills/staging-diff-reporter/ for all projects)

GitHub Copilot (VS Code)

.github/skills/staging-diff-reporter/

OpenAI Codex

.codex/skills/staging-diff-reporter/

Cursor

.cursor/skills/staging-diff-reporter/ (or ~/.cursor/skills/staging-diff-reporter/ globally)

Compatibility

Any WordPress site with a staging environment; needs read access (WP-CLI or file/database access) to both environments.