What problem does it solve?
This Skill prevents users from being misled by outdated or incorrect documentation by auditing every docs page against the current Nimbus codebase, so what’s published actually matches what’s real.
Core Features & Use Cases
- Full docs inventory: Scans the docs/ tree for markdown pages, then reads docs/.vitepress/config.ts to understand navigation expectations.
- Accuracy cross-references: Verifies configuration keys/defaults, API endpoints and models, command syntax and registries, and event names/payloads against source code.
- Completeness detection: Identifies features present in code but missing documentation coverage across commands, API routes, config options, events, and major modules.
- Organization and UX/DX checks: Detects dead sidebar links, orphaned pages, broken internal links, inconsistent terminology, and missing frontmatter.
Quick Start
Use the docs-audit skill to audit the docs/ folder against the current Nimbus codebase and generate a severity-based report with concrete fixes for critical inaccuracies first.