audit-website

Comprehensive website auditing across 230+ rules in 21 categories including SEO, performance, security, and accessibility.

squirrelscan ↓ 65k
Claude Code
View source ↗

What it does

  • ALWAYS use --format llm: it is compact, exhaustive, and made for agents.
  • If the user doesn't provide a URL, ask which site to audit.
  • Audits are cached locally. Re-render later without recrawling: squirrel report <audit-id> --format llm.
  • Ask the user first: always confirm which fixes to apply before spawning subagents.
  • Group 3-5 files per subagent for the same fix type; only parallelize independent files (no shared components or config).
  • Spawn the subagents in a single message so they run concurrently.

Requirements & configuration

  • Requires the squirrel CLI (squirrelscan.com/download; verify with squirrel --version). For CLI setup, login, publishing, MCP, and general CLI usage, use the companion squirrelscan skill.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Comprehensive website auditing across 230+ rules in 21 categories including SEO, performance, security, and accessibility.

Source

Repository: https://github.com/squirrelscan/skills

audit-website FAQ

What does the audit-website skill do?

Audit a website with the squirrelscan CLI and fix the findings in code. Runs SEO, performance, security, technical, content, accessibility, and 15 other rule categories (260+ rules), returns an LLM-optimized report, then drives an iterative fix loop, mapping issues to source files, applying fixes, and re-auditing until the site scores well. Use to discover and assess website or webapp issues and drive them to fixed. ALWAYS use --format llm: it is compact, exhaustive, and made for agents. If the user doesn't provide a URL, ask which site to audit.

What does audit-website require?

Requires the squirrel CLI (squirrelscan.com/download; verify with squirrel --version). For CLI setup, login, publishing, MCP, and general CLI usage, use the companion squirrelscan skill.

How do I install audit-website?

Run: npx -y skills add https://github.com/squirrelscan/skills --skill audit-website --agent claude-code — the source lives at github.com/squirrelscan/skills.

Maintain audit-website?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

audit-website on getagentictools
[![audit-website on getagentictools](https://getagentictools.com/badge/skills/squirrelscan-skills-audit-website.svg)](https://getagentictools.com/skills/squirrelscan-skills-audit-website?ref=badge)
npx agentictools info skills/squirrelscan-skills-audit-website

The second line is the CLI lookup for this page — handy in READMEs and docs.