sdk-docs-auditor
Installation
SKILL.md
SDK Docs Auditor
Produces a comprehensive, cross-referenced audit of any SDK documentation site with a fully styled downloadable HTML report.
What this skill does
- Discovers all SDK pages via
llms.txtfirst, falling back tositemap.xml(using curl), then homepage nav crawl - Fetches and reads every relevant SDK page
- Audits six fixed sections: Installation, Quick Start, Error Handling, Troubleshooting, Examples, Best Practices
- Cross-references every gap across ALL other SDK pages — never flag something as missing if it exists elsewhere
- Scores each section 0–100 and assigns a rating tier
- Generates a beautiful, self-contained, downloadable HTML report
Step 1 — Discover all SDK pages
Use a three-tier discovery strategy, trying each method in order until one succeeds.