Validate documentation structure, check for missing sections, verify Markdown syntax, and ensure consistency with templates. Use when a user mentions docs validation, structure check, README review, documentation quality, or wants to verify documentation completeness.
Validate documentation files for completeness, structure, and consistency.
Refer to validation-rules.md for detailed rules and examples.
User: "Check if the README is complete"
Claude: *reads README.md, compares against template, generates report*
User: "Validate the architecture decision docs in /docs/decisions/"
Claude: *validates each ADR file against ADR template*
User: "Check all markdown files in /docs/"
Claude: *scans all .md files, validates each based on type*
# Documentation Validation Report
**File**: path/to/file.md
**Type**: README
**Date**: YYYY-MM-DD
## Summary
- Total checks: 15
- Passed: 12 ✅
- Warnings: 2 ⚠️
- Critical: 1 ❌
## Critical Issues ❌
1. Missing installation instructions
## Warnings ⚠️
1. No contributing guidelines link
2. Code examples not syntax-highlighted
## Passed ✅
- Title present
- Description clear
- Usage examples included
...
## Recommendations 💡
1. Add badges for build status and license
2. Include table of contents for easier navigation
3. Add troubleshooting section
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer