Claude-skill-registry Documentation review
Reviews documentation for factual accuracy
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/documentation-review" ~/.claude/skills/majiayu000-claude-skill-registry-documentation-review && rm -rf "$T"
manifest:
skills/data/documentation-review/SKILL.mdsource content
Generating Commit Messages
Instructions
- Read the documentation you are instructed to review
- Make sure that all claims about how toolhive works are accurate
- Make sure that all examples are based in how toolhive really works, check for formatting, typos and overall accuracy
- 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 on instructions on how to check claims in the docs.
You have some examples on how to fact-check in 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