docs
Installation
SKILL.md
Documentation
Review doc coverage, terminology drift, and canonical doc accuracy.
Scope
- canonical doc updates for behavior, contract, or config changes
- glossary drift when new terms are introduced
- duplicated concepts across docs
- outdated names or contracts after refactors
- docs staying conceptual rather than describing implementation line-by-line
Style conventions
- One H1 per doc (page title). Headings follow semantic order.
- H1 title case, H2+ sentence case.
- Bullets starting with a word or phrase use a capital letter.
- No unnecessary fenced code blocks for content that reads as prose.
Output
For each finding: severity, affected file, what drifted or is missing, fix direction.
Then: Canonical updates needed | Optional cleanup.
See also
reviewfor cross-dimension merge decisionsprfor change summaries and issue linkagereferences/accessibility-checklist.mdfor UI doc updates
Red flags
- Generic prose polishing
- Duplicate explanations across docs
- Implementation detail where a concept is enough
- Treating roadmap notes as shipped behavior
Related skills
More from cniska/skills
review
Run all review skills against the current branch diff. Use when reviewing a feature branch before merge.
9debug
Debug systematically with structured triage. Use when tests fail, builds break, or runtime behavior doesn't match expectations.
7security
Review security risks, trust boundaries, and unsafe defaults. Use when reviewing security posture or assessing risk before release.
4tests
Review test coverage, quality, and missing edge cases. Use when reviewing whether changed code has adequate tests.
4