Mechanism

When It Triggers · How It Works · What It Produces

Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.

Trigger

When a user wants to audit a website or web app for SEO, performance, security, accessibility, or other issues and drive them to fixed in code.

Mechanism

  • Run squirrel audit <url> --format llm to get an LLM-optimized report (260+ rules).
  • Map each issue to source files/templates/content.
  • Propose and confirm fixes, apply in batches (parallel subagents for independent files).
  • Re-audit with --refresh after changes; repeat until score target met.

Result

An iteratively improved site: errors fixed, warnings resolved or flagged, before/after score comparison, and a summary of all changes.

Use Cases

Two Typical Use Cases

Scenario 01

Launch prep: audit and fix new site

A developer launches a new marketing site but suspects SEO and performance issues. They invoke audit-website on the live URL; the skill runs a quick squirrel audit, presents the LLM report, maps meta/alt-text issues to components, fixes in batches, and re-audits. The site moves from grade F to B, improving search ranking and load speed before launch.

Scenario 02

CI health: fix large app regressions

A team maintains a large web app and gets a low health score in CI. Using audit-website, they run a full squirrel crawl, parallelize fixes for broken links and image alt text via subagents, and verify with `--diff` against baseline. Regressions are caught early and the app reaches 95+ (Grade A) with documented judgment calls.

Skill Relationships

Which Skills I Use · Which Skills Use Me

Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.

Tier 1 · These Skills Use Me

Tier 2 · Current Skill

  • audit-websiteWorkflow

Tier 3 · I Use These Skills

Full Relationship Graph

Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.

Skill File

SKILL.md

Open in GitHub ↗
SKILL.mdLoading from GitHub…