| name | docsReview |
| description | Use when: reviewing documentation for accuracy, completeness, clarity, link health, and merge readiness. |
| type | reference |
| version | 1.0 |
| license | MIT |
docsReview
Skill metadata: version "1.0"; tags [docs, review, accuracy, completeness]; recommended tools [].
Use this skill when reviewing documentation before it is merged or published. Run through all tiers; report findings with the tier and a brief description.
When to use
- Reviewing documentation before it is merged or published
When NOT to use
- When the PR contains no documentation changes
- When reviewing code logic rather than documentation — prefer
secureReview or devopsReview
Tier 1 — Accuracy (block merge)
Tier 2 — Completeness (block merge if API changed)
Tier 3 — Clarity (suggest)
Tier 4 — Link health (suggest)
Review comment format
Use these prefixes consistently:
| Prefix | Meaning |
|---|
accuracy: | Documented behavior does not match implementation — must fix |
missing: | Required content absent — must fix if API changed |
clarity: | Prose or example could be clearer — suggest |
link: | Broken or suspect link — suggest |
nit: | Minor style preference — non-blocking |
Approval criteria
A documentation PR is ready to merge when:
- All
accuracy: and missing: findings are resolved.
- No unresolved
blocker: comments from other reviewers.
- At least one approving review from someone who can verify accuracy (ideally the author of the code being documented).
Verify