Agent Skills

SEO Audit — technical site health

Use this skill for the technical side of SEO: audit the site, measure Core Web Vitals, produce a scored report, and apply fixes safely. This is the “measure and fix” layer of SEO.

Commands (documented in commands/)

Command What it does
seo-audit Full technical audit: meta, headings, alt, broken links, sitemap, robots.txt, canonical, URL structure
seo-speed Core Web Vitals (LCP/CLS/INP), blocking resources, unused CSS/JS, caching
seo-report Comprehensive scored report — 7 dimensions, weighted 100%, weekly action plan
seo-fix Autonomous fix agent: P1–P5 prioritization, diff-before-apply, safety rules

Modes: URL (external sites) and File (local projects).

When to use

Do NOT use

Boundaries

Audit workflow and evidence

  1. Inventory all routes/pages and declare whether the source is URL, static files, or a framework build.
  2. Run the technical checks documented in commands/, preserving page URLs and source file locations.
  3. Score only observed dimensions; mark unavailable Core Web Vitals or crawl data as not measured, not zero.
  4. Produce a prioritized remediation plan, then ask before applying changes.
  5. Re-run the affected checks after any fix and compare before/after results.

Output gate

Every finding needs page/file, check, evidence, severity, recommended fix, and confidence. Never claim a ranking improvement or a 100/100 score from static inspection alone. For seo-fix, show a diff and run the relevant build or test command before claiming success.