docs-review

Review project documentation for accuracy, completeness, and consistency with the codebase.

232|10|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/mindroom-ai/mindroom --skill docs-review-mindroom-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-review
Source: https://github.com/mindroom-ai/mindroom/tree/main/.claude/skills/docs-review
Command: npx skills add https://github.com/mindroom-ai/mindroom --skill docs-review-mindroom-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing documentation for accuracy, completeness, and consistency against the actual codebase, reducing the risk of discrepancies and improving documentation quality.

Core Features & Use Cases

  • Documentation Accuracy: Verify that documentation accurately reflects the codebase.
  • Completeness: Check for missing features, options, or behaviors in documentation.
  • Clarity: Ensure documentation is clear and understandable for new users.
  • Consistency: Confirm that different documentation does not contradict each other.
  • Freshness: Update documentation to reflect recent changes in the codebase.
  • Use Case: Use this Skill to ensure that the project's documentation is up-to-date and reliable, enhancing the developer experience and user satisfaction.

Quick Start

Run the 'docs-review' skill to start the documentation review process.

Frequently Asked Questions about docs-review

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

FAQPage Schema
How do I check if my codebase documentation is accurate and up to date?

To check codebase documentation accuracy, review project docs against the actual code to verify completeness, consistency, and freshness. This manual process complements automated checks by identifying missing features and outdated behaviors, ensuring documentation aligns with recent code changes.

What is the best way to find missing features in software documentation?

The best way to find missing features is performing a completeness review against the codebase. This involves manually checking that all documented options, behaviors, and features accurately reflect the current code, ensuring no undocumented or missing elements exist in the project documentation.

How do I ensure documentation consistency across different software project files?

To ensure documentation consistency across different software project files, manually review all docs to confirm they do not contradict each other. This consistency check verifies that various documentation sections align with the codebase and present a unified, accurate description of features.

Can I use manual documentation review alongside automated codebase alignment checks?

Yes, manual documentation review is designed to complement automated codebase alignment checks. While automated tools handle structural formatting, manual reviews focus on verifying accuracy, clarity, and completeness, ensuring the documentation is understandable and accurately reflects code behaviors.

When should I review project documentation for codebase alignment?

You should review project documentation for codebase alignment whenever there are recent code changes or new features. This freshness check ensures the documentation accurately reflects the updated codebase, reducing discrepancies and improving the developer experience and user satisfaction.