Review existing documentation for quality, voice, tone, and completeness
Reviews documentation for voice, structure, completeness, clarity, and technical accuracy.
/plugin marketplace add lerianstudio/ring/plugin install ring-tw-team@ring[file]You're reviewing documentation quality. This command dispatches the docs-reviewer agent.
The review covers five dimensions:
Task tool:
subagent_type: "docs-reviewer"
model: "opus"
prompt: "Review this documentation for quality. Check:
1. Voice and tone (second person, active voice, present tense)
2. Structure (sentence case, dividers, scannable)
3. Completeness (examples, links, next steps)
4. Clarity (short sentences, no jargon)
5. Accuracy (facts, code, links)
Provide:
- VERDICT: PASS / NEEDS_REVISION / MAJOR_ISSUES
- Prioritized issues with locations and fixes
- What was done well
Documentation to review:
[paste or reference file content]"
--- dividers presentPASS: No critical issues, ≤2 high-priority issues, consistent voice/tone
NEEDS_REVISION: Has high-priority issues, some inconsistencies, minor gaps
MAJOR_ISSUES: Critical issues, significant problems, poor structure
| Issue | Example | Fix |
|---|---|---|
| Third person | "Users can..." | "You can..." |
| Passive voice | "...is returned" | "...returns" |
| Title case | "Getting Started" | "Getting started" |
| Missing prereqs | Steps without context | Add prerequisites |
| No examples | API without code | Add examples |
| Long sentences | 40+ words | Split into multiple |
Documentation to review: $ARGUMENTS.file
If no file path was provided, paste the documentation content or specify a file path now.
This command MUST load the skill for complete workflow execution.
Use Skill tool: documentation-review
The skill contains the complete workflow with:
/review-docsReview documentation changes for writing standards, technical accuracy, frontmatter completeness, and style consistency. Use when the user asks to review changes, check if docs follow standards, or verify documentation quality.