audit-website

作成者: squirrelscan

squirrelscan CLIを使用してウェブサイトを監査し、コード内の指摘事項を修正します。SEO、パフォーマンス、セキュリティ、技術、コンテンツ、アクセシビリティ、その他15のルールカテゴリ(249以上のルール)を実行し、LLM最適化レポートを返した後、反復修正ループを駆動し、問題をソースファイルにマッピングし、修正を適用し、サイトが良好なスコアを得るまで再監査します。ウェブサイトやウェブアプリの問題を発見・評価し、修正まで導くために使用します。

npx skills add https://github.com/squirrelscan/skills --skill audit-website

Audit a Website and Fix It

Run a squirrelscan audit against a website, read the LLM report, map each issue to the code or content that causes it, fix in batches, and re-audit until the score target is met.

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.

Rule docs

Look up any rule at https://docs.squirrelscan.com/rules/{rule_category}/{rule_id}, for example:

https://docs.squirrelscan.com/rules/links/external-links

Running the audit

squirrel audit https://example.com --format llm
  • 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.
  • PREFER auditing the live site: only there do you see true rendering, performance, and redirect behavior. If both a local dev server and a live site exist, suggest the live one; apply the fixes to the local code either way.
  • Audits are cached locally. Re-render later without recrawling: squirrel report <audit-id> --format llm.

Scan progression

  1. First pass, quick coverage (the default): a fast, shallow scan to learn the site's structure, technology, and biggest problems without impacting the site.
  2. Second pass, deeper coverage: -C surface (one page per URL pattern) for template-level coverage, or -C full for a comprehensive crawl before sign-off.
ModeDefault pagesUse
quick25First look, CI checks
surface100Template-level coverage (one sample per pattern like /blog/{slug})
full500Final verification, deep analysis

Useful flags: --refresh (ignore cache, full re-fetch), --resume (continue an interrupted crawl), -m <n> (page cap), --verbose (progress detail).

If the site blocks unknown crawlers (Shopify / Cloudflare), pass Web Bot Auth headers with repeated -H "Name: Value" flags. Header values are secrets and are redacted in output. See https://docs.squirrelscan.com/guides/web-bot-auth

The fix loop

  1. Present the report: score, grade, top issues by severity.
  2. Propose fixes: list the issues you can fix and confirm with the user before changing anything.
  3. Map issues to source: find the template, component, or content file behind each finding.
  4. Fix in batches: apply the approved fixes; use subagents to parallelize independent files.
  5. Re-audit (use --refresh after deploys or content changes) and show before/after scores.
  6. Repeat until the target is met or only judgment calls remain (for example "should this link be removed?"). Flag those for user review instead of guessing.

After each batch, verify the project still builds and existing checks pass.

Score targets

Starting scoreTargetExpected work
< 50 (F)75+ (C)Major fixes
50-70 (D)85+ (B)Moderate fixes
70-85 (C)90+ (A)Polish
> 85 (B+)95+Fine-tuning

A site is only considered COMPLETE and FIXED when it scores 95+ (Grade A) with --coverage full.

Issue categories and fix approach

CategoryFix approachParallelizable
Meta tags / titles / descriptionsEdit page components or metadata configNo
Structured dataAdd JSON-LD to page templatesNo
Missing H1 / heading hierarchyEdit page components + content filesYes (content)
Image alt textEdit content filesYes
Short meta descriptionsExtend frontmatter descriptionsYes
HTTP to HTTPS linksFind and replace in contentYes
Broken linksManual review, flag for userNo

Rules carry a level (error, warning, notice) and a rank (1-10): fix errors first, then high-rank warnings. Code changes and content changes are equally important; treat them the same.

Parallelizing with subagents

  • 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.

Verifying regressions

Compare against a baseline to prove improvement or catch regressions:

squirrel report --diff <baseline-audit-id> --format llm
squirrel report --regression-since example.com --format llm

Completion

Done means: all errors fixed; warnings fixed or documented as needing human review; a re-audit confirms the improvement; and the user has seen the before/after score comparison plus a summary of every change made. Re-audit regularly to keep the site healthy. If the user wants to share results, offer a published report (see the squirrelscan skill).

Report format

The LLM report is a compact XML/text hybrid optimized for token efficiency: summary with health score, issues grouped by category with affected URLs, broken links, and prioritized recommendations. Full spec: OUTPUT-FORMAT.md

関連スキル

context7-docs
upstash
あらゆるライブラリ、フレームワーク、SDK、CLIツール、クラウドサービスの最新のドキュメントとコード例を取得します。ユーザーが特定の…について質問したときに使用します。
create-cowork-plugin
anthropic
ユーザーをガイドして、コワークセッションでゼロから新しいプラグインを作成します。ユーザーがプラグインを作成したい、プラグインを構築したい、新しいプラグインを作りたい、開発したい…などの場合に使用します。
fabric-cli-core
microsoft
Use Microsoft Fabric CLI (fab) to manage workspaces, semantic models, reports, notebooks, and Fabric resources. Activate when users mention fab, Fabric CLI, or…
dat-conventions
facebook
Swiftパターン、async/await、命名規則、DAT SDK iOS開発の主要な型
stitch-sdk-pipeline
google-labs-code
Stitch SDK生成パイプライン全体を実行します。新しいツールが追加された場合や、SDKを最初から再生成する必要がある場合に使用します。
breakdown-plan
github
エピック > フィーチャー > ストーリーの階層、依存関係、優先順位、GitHub自動化による包括的なプロジェクト計画。エピックから個々のタスクまで階層的な作業分解を生成し、INVEST準拠のユーザーストーリー、技術イネーブラー、テスト項目を含む。各作業項目タイプ(エピック、フィーチャー、ストーリー、イネーブラー、タスク)に対応するGitHub Issueテンプレートを提供し、受け入れ基準、完了の定義、依存関係リンクを含む。優先順位と価値マトリックス(P0–P3)、フィボナッチストーリーポイントを含む。
azure-eventhub-py
microsoft
高スループットのイベント取り込みのためのビッグデータストリーミングプラットフォーム。
azure-resource-manager-cosmosdb-dotnet
microsoft
Azure Resource Managerを介してAzure Cosmos DBリソースをプロビジョニングおよび管理するための管理プレーンSDK。