docs-review

Analyze documentation readability, coverage, and accuracy across README, repository, and site docs.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill docs-review-spencerbeggs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-review
Source: https://github.com/spencerbeggs/claude-design-coordinator/tree/main/.claude/skills/docs-review
Command: npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill docs-review-spencerbeggs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure their user documentation is readable, accurate, and navigable by automatically evaluating readability, coverage, code examples, link validity, and framework-specific syntax, then flagging gaps and issues that impede comprehension or adoption.

Core Features & Use Cases

  • Readability analysis: Flesch score, sentence length, and passive voice to measure clarity.
  • Coverage and accuracy: verify topics from design docs are documented and examples validate functionality.
  • Code example validation: ensure syntax correctness, required imports, and practical usefulness.
  • Link and navigation checks: validate internal/external links and anchor references to prevent dead ends.
  • Framework-specific checks: enforce frontmatter completeness and MDX/Docusaurus/VitePress syntax where applicable.
  • Reporting: generate comprehensive quality reports with actionable recommendations.
  • Quick-start guidance: provide immediate steps to run a review and interpret results.

Quick Start

Run /docs-review <module> to generate a quality report and actionable recommendations.

Frequently Asked Questions about docs-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check documentation quality for broken links and readability issues?

Documentation quality checks identify readability, coverage, and accuracy issues by analyzing artifacts to surface broken links, inconsistent frontmatter, and readability gaps. You can run a review across README, repository, and site docs to generate actionable quality reports.

Can I validate code examples and MDX syntax in my Docusaurus site docs?

Yes, you can validate code examples for syntax correctness, required imports, and practical usefulness. The review enforces framework-specific syntax checks for MDX, Docusaurus, and VitePress, while also verifying frontmatter completeness across your site docs.

What is the best way to identify gaps in documentation coverage from design docs?

Identifying coverage gaps involves verifying that topics defined in design docs are actually documented in the final output. The review process cross-references source design materials with repository documentation to surface missing topics and validate example functionality.

How do I measure documentation readability using Flesch score and passive voice analysis?

Measuring documentation readability applies Flesch score, sentence length, and passive voice metrics to evaluate text clarity. The review enforces readability thresholds across various documentation artifacts to ensure content is clear, correct, and actionable.

Does this documentation review work with both internal anchor references and external links?

Yes, link and navigation checks validate both internal and external links alongside anchor references to prevent dead ends. The review process scans across Level 1, Level 2, and Level 3 documentation artifacts to ensure all cross-references remain valid.

What are the limitations of automated documentation quality assessments?

Automated documentation quality assessments focus on structural, syntactic, and readability metrics like link validity, frontmatter consistency, and code example syntax. They may not fully evaluate nuanced contextual accuracy or subjective pedagogical clarity without explicit design doc cross-referencing.