review-docs

Verify documentation claims against code and example execution results.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill review-docs-jonusnattapong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-docs
Source: https://github.com/JonusNattapong/agenttalk-mcp/tree/main/src/skills/devkit/review-docs
Command: npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill review-docs-jonusnattapong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamline documentation review to save time and prevent errors. Verify documentation against code to ensure it accurately reflects the system's capabilities.

Core Features & Use Cases

  • Documentation Verification: Adversarially reviews documentation claims, running examples, and checking against code to maintain accuracy.
  • Assurance Workflow: Useful for reviewing READMEs, guides, or changes after code updates to maintain quality and correctness.
  • Task Handling: Identifies issues such as inconsistencies, missing steps, or broken examples.

Quick Start

To review a document, run 'review-docs "README.md"' and check the generated report.

Frequently Asked Questions about review-docs

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

FAQPage Schema
How do I verify documentation accuracy against current source code?

To verify documentation accuracy, you need a tool that automatically checks claims in user-facing documents against current code and example execution results. This ensures guides accurately reflect system behavior and identifies inconsistencies or broken examples.

What is the best way to check README claims after updating code?

The best way to check README claims after code updates is to run an automated documentation review process against the codebase. This identifies missing steps, inconsistencies, and broken examples to maintain quality and correctness in your assurance workflow.

How do I review a README file for technical inconsistencies?

To review a README file, run the documentation verification command against it to generate a report. The process adversarially reviews documentation claims, runs examples, and checks them against code to identify issues like missing steps or broken examples.

Can I use an automated workflow to find broken examples in tutorials?

Yes, you can use an automated documentation verification workflow to find broken examples in tutorials. It runs examples and checks all claims in user-facing documents against current code and example execution results to maintain accuracy.

What types of issues does automated document integrity checking identify?

Automated document integrity checking identifies inconsistencies between documentation and code, missing steps in guides, and broken examples. It verifies claims in user-facing documents against example execution results to ensure they accurately reflect system behavior.