docs-reviewer

Validate documentation freshness, accuracy, and coverage against codebases.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill docs-reviewer-random6913
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-reviewer
Source: https://github.com/RaNDoM6913/claude-code-superkit/tree/main/packages/codex/skills/docs-reviewer
Command: npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill docs-reviewer-random6913

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation health and consistency across a codebase by validating freshness, accuracy, and coverage, ensuring docs stay in sync with code.

Core Features & Use Cases

  • Freshness checks: detect whether docs reflect recent code changes.
  • Accuracy validation: compare documentation against actual code behavior and APIs.
  • Coverage audit: identify undocumented areas and ensure documentation breadth.

Quick Start

Run the docs-reviewer during code reviews and releases to surface stale or incorrect docs and guide remediation.

Frequently Asked Questions about docs-reviewer

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

FAQPage Schema
How do I check documentation freshness against recent code changes?

Documentation freshness checks detect whether your docs reflect recent code changes by tracing modifications and surfacing stale sections. This validates that your codebase documentation aligns with current APIs and code behavior.

What is the best way to audit codebase documentation coverage?

A documentation coverage audit identifies undocumented areas across your codebase to ensure documentation breadth. It scans your codebase and reports gaps in documentation, providing concrete guidance for remediation.

Can I validate documentation accuracy during code reviews?

Yes, you can validate documentation accuracy during code reviews by comparing documentation against actual code behavior and APIs. This enforces that documentation aligns with code and surfaces incorrect docs before release.

How do I automate documentation health checks for pre-release audits?

Automated documentation health checks for pre-release audits validate freshness, accuracy, and coverage across your codebase. They trace code changes, report documentation gaps, and provide concrete remediation guidance.

Why does documentation go stale and how do I detect it?

Documentation goes stale when it falls out of sync with code changes over time. You detect stale documentation by tracing recent codebase modifications and validating that existing docs accurately reflect current code behavior and APIs.

Do I need specific dependencies to perform a documentation quality audit?

No specific dependencies are required to perform a documentation quality audit. The process validates documentation freshness, accuracy, and coverage natively by comparing docs against actual code behavior and APIs across your codebase.