docs-auditor
Installation
SKILL.md
Docs Auditor Skill
Audits a developer documentation site across 33 checks in 7 categories. Given a docs URL, fetch all required pages, evaluate every check, and render a visual scored report.
Step 0a — Unlock Derived URLs via Targeted Search (CRITICAL, do this first)
Before fetching any derived URLs, run a single web_search that includes the exact file
paths you need. This is required because web_fetch only allows fetching URLs that were
user-provided or appeared in prior search/fetch results — the tool cannot fetch derived
paths on its own, even if the root domain is known.
Given a docs URL like https://docs.example.com/, construct and run this search:
docs.example.com/llms.txt docs.example.com/robots.txt docs.example.com/sitemap.xml example.com/llms.txt example.com/robots.txt example.com/sitemap.xml