audit
Complete-audit toolkit for websites. One pass that orchestrates the plugin's three other skills (/seo, /inspect, /siteasy), dispatches all 13 specialist sub-agents across search visibility, front-end defects, and design quality, then merges their scored sections into a single Site Health Score with a prioritized action plan. The audit skill owns no detection logic of its own. It schedules the existing sub-agents, shares one fetch across them, and consolidates the results.
Commands
| Command | What it does | Reference |
|---|---|---|
full [url] |
All 13 sub-agents across SEO, defects, and design; unified report + action plan | references/full.md |
seo [url] |
Search-visibility group only (5 SEO sub-agents) | references/full.md |
defects [url] |
Front-end defect group only (4 inspect sub-agents) | references/full.md |
design [url] |
Design-quality group only (4 siteasy sub-agents) | references/full.md |
quick [url] |
One representative sub-agent per group for a fast triage | references/full.md |
checks [url] |
Deterministic pre-pass only: computed checks plus SITE-AUDIT.json, no sub-agents |
references/checks.md |
verify [url] |
Consensus re-check: re-runs the gating dimensions (a11y, interaction, technical) K times and reconciles them by majority vote | references/full.md |
compare [A] [B] |
Diff two targets (before/after a site, or A vs B): per-check verdict changes and score deltas | references/compare.md |
report [file] |
Format an existing audit into a client-ready report or PDF | references/report.md |
Nine commands, four references. The five agent run modes (full, seo, defects, design, quick) share the orchestration playbook in references/full.md and differ only in which agent group is dispatched. verify additionally re-runs the gating dimensions and reconciles them by majority vote. checks runs the deterministic pre-pass with no sub-agents and is documented in references/checks.md; it is also the ground-truth layer the agent modes consume in their fetch phase. compare diffs two targets (references/compare.md) and report formats an already-produced audit (references/report.md).