doc-review

Review documentation for accuracy against code and GitHub state.

2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/LightForgeLabsStudio/AIDE --skill doc-review-lightforgelabsstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-review
Source: https://github.com/LightForgeLabsStudio/AIDE/tree/main/skills/doc-review
Command: npx skills add https://github.com/LightForgeLabsStudio/AIDE --skill doc-review-lightforgelabsstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining accurate, up-to-date, and non-redundant documentation that aligns with the project's codebase and development processes.

Core Features & Use Cases

  • Accuracy Validation: Cross-checks documentation against the current code and GitHub state.
  • Drift Detection: Identifies discrepancies between documentation and reality.
  • Duplication Flagging: Pinpoints and recommends consolidation of redundant information.
  • Use Case: When a new feature is merged, this Skill can review its associated documentation to ensure it accurately reflects the implementation and hasn't become outdated.

Quick Start

Review the documentation in the current pull request for accuracy and drift.

Frequently Asked Questions about doc-review

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

FAQPage Schema
How do I detect documentation drift after merging new code?

To detect documentation drift after merging code, review the documentation in your pull request against the current codebase and GitHub state to identify discrepancies and ensure technical accuracy.

What is the best way to check documentation accuracy against a codebase?

The best way to check documentation accuracy against a codebase is to cross-reference claims in technical docs with the actual code and GitHub state, flagging any misaligned or outdated information for correction.

How do I consolidate duplicated information across technical documentation?

To consolidate duplicated information across technical documentation, pinpoint redundant content and recommend a single source of truth, proposing edits that minimize duplication while maintaining alignment with code and design pillars.

Can I validate documentation updates directly within a pull request workflow?

Yes, you can validate documentation updates directly within a pull request workflow by reviewing the changed docs for correctness, alignment with GitHub state, and minimal duplication before the merge is finalized.

Why does my project documentation show inconsistencies with the current code?

Project documentation shows inconsistencies with the current code when technical docs are not updated alongside code changes, causing drift between documented features and actual implementation over time.

What are the limitations of automated documentation review for code alignment?

Automated documentation review for code alignment is limited to proposing edits based on code, GitHub state, and design pillars, requiring human oversight to validate contextual accuracy and approve the recommended single source of truth.