Docs Review
The Docs Review skill provides context injection for reviewing documentation against the CLEO style guide.Overview
| Property | Value |
|---|---|
| Skill ID | ct-docs-review |
| Tier | 3 (Support) |
| Protocol | consensus |
| Tags | documentation, review |
Review Checklist
Language and Tone
- No formal language (“utilize”, “leverage”, “offerings”)
- “People/companies” instead of “users”
- No excessive exclamation points
- No “easy” or “simple”
- Direct, conversational tone
Structure
- Important information leads (not buried)
- Headings state the point
- Short paragraphs (3-4 sentences)
- Lists for multiple items
Technical Quality
- Code examples actually work
- Links are descriptive (never “click here”)
- Proper code block language tags
- Correct technical terminology
Formatting
- Sentence case headings
- Consistent spacing
- Tables for structured comparisons
- Proper markdown syntax
Review Process
Phase 1: Structure Review
- Check document organization
- Verify headings are informative
- Confirm important info leads
Phase 2: Language Review
- Scan for corporate/formal language
- Check for banned words
- Verify conversational tone
Phase 3: Technical Review
- Test all code examples
- Verify links work
- Check technical accuracy
Phase 4: Format Review
- Confirm consistent formatting
- Check markdown syntax
- Verify proper indentation
Review Output Format
Severity Levels
| Level | Description | Action |
|---|---|---|
| Critical | Incorrect information, broken code | Must fix |
| Major | Style guide violation | Should fix |
| Minor | Formatting inconsistency | Nice to fix |
| Suggestion | Enhancement opportunity | Optional |
Integration with Documentor
This skill is invoked byct-documentor during the review phase to:
- Validate documentation before completion
- Ensure style guide compliance
- Provide actionable feedback
Related Skills
- Documentor - Orchestrates documentation
- Docs Write - Writes documentation
- Validator - General validation
