wp-perf-fix

Installation
SKILL.md

WordPress performance fix

This skill changes a production site. Everything here exists to make that reversible.

Prerequisite: ranked findings from wp-perf-audit, plus a baseline measurement to compare against. Without a baseline there is nothing to prove afterwards, so capture one first.

The loop

One change at a time. Never batch, never parallelize, never continue past a failed step.

plan → validate --preflight → approve → snapshot → validate → apply
     → purge → verify → measure → record

The order is load-bearing. Snapshot precedes apply so rollback exists before it is needed. Purge precedes verify so verification reads the new state rather than a cached copy of the old one.

Installs
1
GitHub Stars
1
First Seen
Aug 13, 2026
wp-perf-fix — billylui/wordpress-performance-skills