Docs Check
Docs Check verifies documentation for clarity, consistency, and accuracy, ensuring high-quality content and reducing errors.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add docs-check npx -- -y @trustedskills/docs-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"docs-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/docs-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The docs-check skill allows AI agents to verify and validate documentation against a specified source. It can confirm that all links are functional, check for broken images, and ensure consistency across various sections of documentation. This helps maintain high-quality and reliable documentation for users.
When to use it
- Automated Documentation Review: Regularly scan your documentation repository for errors before releases.
- Link Validation: Ensure all internal and external links within a document are working correctly.
- Image Verification: Confirm that all images referenced in the documentation exist and display properly.
- Consistency Checks: Verify consistent formatting, terminology, and style across multiple documents.
Key capabilities
- Link validation (internal & external)
- Broken image detection
- Documentation consistency checks
Example prompts
- "Check all links in the 'Getting Started' documentation."
- "Verify that all images are present in the API reference guide."
- "Run a consistency check across all documents in the 'User Guide'."
Tips & gotchas
The skill requires access to the documentation repository or files being checked. Ensure the AI agent has appropriate permissions and credentials before running checks.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.