audit-website

Audit websites for SEO, performance, security, and accessibility issues using the squirrelscan CLI.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/SkinnnyJay/simpill-utils --skill audit-website-skinnnyjay
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit-website
Source: https://github.com/SkinnnyJay/simpill-utils/tree/main/.agents/skills/audit-website
Command: npx skills add https://github.com/SkinnnyJay/simpill-utils --skill audit-website-skinnnyjay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Manually checking a website for SEO, broken links, security headers, accessibility, and performance problems is slow and error-prone. This Skill runs automated audits against 230+ rules across 21 categories and returns prioritized, actionable findings with health scores. ## Core Features & Use Cases - Comprehensive Audits: Crawl and analyze sites against 230+ rules covering SEO, technical issues, performance, content, security, accessibility, schema, and more. - LLM-Optimized Reports: Generate compact reports with health scores (0-100), category breakdowns, broken link lists, and fix recommendations. - Regression Diffs: Compare audits over time to detect regressions or confirm improvements after fixes. - Use Case: Before launching a marketing site, run a full-coverage audit, fix flagged issues like missing meta descriptions and broken links with parallel subagents, then re-audit until the score exceeds 95. ## Quick Start Audit https://example.com for SEO and performance issues and give me the health score with a list of fixes.

Frequently Asked Questions about audit-website

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a website for SEO issues?▼

Run `squirrel audit https://example.com --format llm` after installing the squirrel CLI. The audit crawls the site, checks 230+ rules across 21 categories, and returns a health score with specific issues and fix recommendations.

What does the squirrelscan website audit check?▼

The audit checks SEO meta tags, broken links, redirect chains, page speed, mobile-friendliness, security headers, HTTPS usage, accessibility, structured data, heading structure, image alt text, and more across 21 rule categories.

How do I install the squirrel CLI?▼

Install on macOS or Linux with `curl -fsSL https://squirrelscan.com/install | bash`, or on Windows with `irm https://squirrelscan.com/install.ps1 | iex` in PowerShell. Verify the installation by running `squirrel --version`.

Can I compare two website audits to detect regressions?▼

Yes, use `squirrel report --diff <audit-id> --format llm` to compare against a baseline audit, or `squirrel report --regression-since example.com` to compare against a baseline domain. Diff output shows added, removed, and changed issues.

Why does the squirrel audit fail with command not found?▼

The squirrel CLI is not installed or not in your PATH. Install it via the install script, then add `~/.local/bin` to your PATH with `export PATH="$HOME/.local/bin:$PATH"` and verify with `squirrel --version`.

What coverage modes does a squirrel website audit support?▼

Three modes: quick (25 pages, sitemaps only, for CI checks), surface (100 pages with URL pattern sampling, the default), and full (500 pages for deep analysis). Override limits with `--max-pages` up to 5000.