
Docs Auditor
Run an automated 33-check audit on a live developer docs site and get a scored inline report for DevRel launches and AI discoverability.
Install
npx skills add https://github.com/infrasity-labs/dev-gtm-claude-skills --skill docs-auditorWhat is this skill?
- 33 automated checks across 7 categories with a 100-point scored report
- Fetches live site samples and renders pass/warn/fail badges with evidence in Claude
- Covers structure, content, SEO, AI discoverability, and maintenance hygiene
- Built for DevRel pre-launch reviews, GEO practitioners, and client deliverables
Adoption & trust: 1 installs on skills.sh; 24 GitHub stars; trending (+100% hot-view momentum).
Recommended Skills
Lark Doclarksuite/cli
Lark Wikilarksuite/cli
Opensource Guide Coachxixu-me/skills
Readme I18nxixu-me/skills
Doc Coauthoringanthropics/skills
Obsidian Markdownkepano/obsidian-skills
Journey fit
Primary fit
Docs auditing for llms.txt, sitemap, and GEO signals fits Launch when you want AI search and crawlers to find your product—after initial docs exist in Build. GEO subphase covers llms.txt, bot access, and structured discoverability the skill explicitly evaluates among its seven categories.
SKILL.md
READMESKILL.md - Docs Auditor
# Docs Auditor Audits any developer documentation site across **33 checks** in **7 categories** and produces an interactive scored report out of 100, rendered inline in Claude. <p align="center"> <a href="../../assets/docs-auditor-gif.gif"> <img src="../../assets/docs-auditor-gif.gif" width="100%" alt="Docs Auditor in action" /> </a> </p> --- ## What this skill does Most documentation quality checks are manual and inconsistent. This skill automates a full audit by fetching the live site, sampling key pages, and evaluating 33 specific signals across structure, content, SEO, AI discoverability, and maintenance hygiene. The output is a visual widget rendered directly in Claude: a color-coded score circle, per-category breakdowns, and a pass/warn/fail badge on every individual check with a short evidence note explaining the finding. No spreadsheets, no copy-pasting URLs, no manual checklist. Built for: - **Developer marketing and DevRel teams** evaluating their own docs before a launch or redesign - **GEO practitioners** checking whether docs are structured for AI discoverability (`llms.txt`, sitemap, bot access) - **Technical writers** running a structured gap analysis before a content audit - **Agencies and consultants** producing a scored deliverable for a client docs review --- ## Installation ### Claude Code (Recommended) Clone the repo — the skill activates automatically when you open it in Claude Code: ```bash git clone https://github.com/Infrasity-Labs/dev-gtm-claude-skills.git cd dev-gtm-claude-skills claude ``` Then trigger it with: ``` /dev-gtm docs-audit https://docs.stripe.com ``` Or just describe what you want — Claude activates the skill automatically when you provide a docs URL with audit intent. ### Claude Web (Free / Pro) 1. Go to **[Settings → Capabilities](https://claude.ai/settings/capabilities)** and enable **Code execution and file creation** 2. Go to **[Customize → Skills](https://claude.ai/customize/skills)** 3. Click **+** → **Create skill** → **Upload a skill** 4. Zip this skill folder and upload it: ```bash cd dev-gtm-claude-skills/skills zip -r docs-auditor.zip docs-auditor/ ``` Upload `docs-auditor.zip` and toggle it on. --- ## How to use Drop a docs URL in any message: ``` Audit the docs at https://docs.stripe.com ``` ``` How good are the docs for https://docs.example.com? ``` ``` /dev-gtm docs-audit https://docs.example.com ``` <p align="center"> <img src="../../assets/docs-auditor-trigger.gif" width="100%" alt="Triggering the audit with a URL" /> </p> The skill picks up any phrasing that includes a docs URL and an audit intent. All required files (`robots.txt`, `sitemap.xml`, `llms.txt`, etc.) and page samples are fetched automatically. --- ## What gets checked The audit runs 33 checks grouped into 7 categories. Each check is evaluated against the live site and marked **pass**, **warn**, or **fail**. | # | Category | Checks | |---|----------|--------| | 1 | **AI & LLM Discoverability** | `llms.txt` present, `llms-full.txt` present, docs pages listed in llms.txt, AI bots allowed in robots.txt, docs pages in sitemap.xml | | 2 | **Structure & Navigation** | Intro/overview page with real content, quickstart with actionable steps, API reference section, sidebar nav, breadcrumb nav, search functionality | | 3 | **Content Completeness** | Tutorials or examples section, code examples present, multi-language examples (Python, JS, cURL), changelog or release notes, FAQ or troubleshooting page, error codes documented | | 4 | **Content Quality** | Intro explains product and audience, quickstart reaches a working state, sampled pages have sufficient depth (no stubs) | | 5 | **Technical SEO & Crawlability** | HTTPS enforced, meta titles on all pages, meta descriptions on all pages, canonical URLs correct, no noindex on docs pages | | 6 | **Internal Linking & Flow** | Pages cross-link to each other, prev/next page navigation, links to Gi