home / skills / microck / ordinary-claude-skills / documentation-review
This skill reviews documentation for factual accuracy and alignment with toolhive behavior, identifying discrepancies and ensuring links and examples reflect
npx playbooks add skill microck/ordinary-claude-skills --skill documentation-reviewReview the files below or copy the command above to add this skill to your agents.
---
name: Documentation review
description: Reviews documentation for factual accuracy
---
# Generating Commit Messages
## Instructions
1. Read the documentation you are instructed to review
2. Make sure that all claims about how toolhive works are accurate
3. Make sure that all examples are based in how toolhive really works, check for formatting, typos and overall accuracy
4. Make sure that all links point to existing files and the content of the links matches what it should
## Fact-checking claims in the documentation
See [CHECKING.md](CHECKING.md) on instructions on how to check claims in the docs.
You have some examples on how to fact-check in [EXAMPLES.md](EXAMPLES.md)
## Your report
- Do not suggest inline changes
- Present findings and put each into a todo list. The user will then go through them and review manually
This skill reviews technical documentation for factual accuracy and consistency. It inspects claims about how systems work, validates examples and links, and produces a prioritized todo-style report of issues to fix. The output is a clear checklist rather than inline edits, so maintainers can review and apply changes manually.
The skill reads the target documentation and cross-checks each claim against authoritative sources, system behavior, and existing files. It validates examples for accuracy and formatting, confirms that links point to existing content and that linked content matches the referenced claim. Finally, it compiles findings into discrete todo items grouped by severity and type.
Will the skill make edits directly to the documentation?
No. It produces a todo-style report with findings and recommendations; maintainers review and implement changes manually.
How are link and example checks performed?
Links are resolved to ensure target files exist and content matches references. Examples are executed or inspected against the current system or authoritative sources when possible.