dev-docs-review

Identify stale or inaccurate documentation across repository files and references.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317 --skill dev-docs-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-docs-review
Source: https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317/tree/main/.claude/skills/dev-docs-review
Command: npx skills add https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317 --skill dev-docs-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sweep all project documentation in the repository for staleness, inaccuracies, and gaps, including READMEs, plans, CLAUDE.md, and skill mappings.

Core Features & Use Cases

  • Comprehensive documentation health checks across root docs, lesson trees, and skill references
  • Supports both full sweeps and targeted reviews via flags like --lesson and --pr
  • Optional auto-fix mode with --fix and structured remediation guidance

Quick Start

Invoke this skill to sweep all docs and generate a report, optionally using --fix to auto-fix issues.

Frequently Asked Questions about dev-docs-review

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

FAQPage Schema
How do I check for stale and inaccurate documentation across my repository?

To check for stale documentation, you can run an automated review sweep that identifies outdated references, invalid cross-links, and misaligned plans across your READMEs and project files.

Can I automatically fix broken documentation cross-links and misspellings?

Yes, you can automatically fix broken cross-links and correct misspellings by running the documentation review with an auto-fix flag to apply structured remediation directly to the affected files.

How do I review documentation changes only for a specific pull request?

You can review documentation for a specific pull request by using targeted flags like --pr to focus the sweep on changes from that PR, ensuring references remain valid without scanning the entire project.

What is the best way to ensure CLAUDE.md references and skill mappings stay aligned?

The best way to keep CLAUDE.md references and skill mappings aligned is to run a comprehensive documentation health check that verifies references against the actual filesystem and reports discrepancies.

Does the documentation review work for targeted lesson tracks instead of the full project?

Yes, the documentation review works for targeted lesson tracks by using specific flags like --lesson, allowing you to focus on a single track or lesson rather than sweeping all root docs and lesson trees.

When should I use an automated documentation review instead of manual checks?

You should use an automated documentation review when your repository contains extensive READMEs, plans, and cross-links that are difficult to track manually, ensuring all references remain valid and aligned.