Docs Review

🌐Community
by metabase · vlatest · Repository

Quickly identifies potential issues like inconsistencies, errors, and missing information in uploaded documents.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add docs-review npx -- -y @trustedskills/docs-review
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "docs-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/docs-review"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The docs-review skill enables AI agents to systematically analyze documentation, identifying gaps, inconsistencies, and areas for improvement. It helps ensure technical writing remains accurate, clear, and aligned with the latest product updates or codebase changes.

When to use it

  • Before publishing new release notes to verify factual accuracy against recent commits.
  • During onboarding phases to audit existing guides for clarity and completeness.
  • When updating legacy documentation to match current API endpoints or feature sets.
  • To generate a prioritized list of missing examples or edge cases in user manuals.

Key capabilities

  • Automated scanning of text for logical inconsistencies and factual errors.
  • Identification of outdated references compared to the latest system state.
  • Assessment of tone, clarity, and structural organization within documents.
  • Extraction of specific sections requiring human review or revision.

Example prompts

  • "Review the 'Getting Started' guide and list any steps that contradict the current installation instructions."
  • "Analyze the API documentation for missing error code explanations and suggest where to add them."
  • "Identify sentences in the user manual that are ambiguous or lack sufficient context for new users."

Tips & gotchas

This skill is most effective when paired with a live codebase or version-controlled documentation repository to validate claims. Ensure the AI agent has read access to both the documents being reviewed and the source material it should compare against.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
metabase
Installs
112

🌐 Community

Passed automated security scans.