.agents/skills/doc-review/SKILL.md
Documentation review framework for consistency, completeness, traceability, and quality assurance across project planning documents. Use when reviewing /define workflow outputs or validating documentation quality.
npx skillsauth add JoelBonito/gestion-chs doc-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"A document nobody trusts is worse than no document at all."
Provide a structured methodology for reviewing planning documents generated by the /define workflow, ensuring consistency, completeness, traceability, and quality across all artifacts.
Document Generated (Antigravity)
│
├── Phase 1: Structural Review (completeness)
├── Phase 2: Cross-Document Consistency
├── Phase 3: GAP Analysis Validation
├── Phase 4: Quality & Precision Audit
└── Phase 5: Traceability Verification
│
▼
Review Report Generated
│
├── APPROVED → Proceed to next phase
├── NEEDS REVISION → Specific issues listed
└── REJECTED → Fundamental problems identified
| Verdict | Meaning | Action | |---------|---------|--------| | APPROVED | Document meets all quality criteria | Proceed | | APPROVED WITH NOTES | Minor issues, non-blocking | Proceed + log notes | | NEEDS REVISION | Specific sections need rework | Return to author with issues | | REJECTED | Fundamental quality problems | Full rework required |
Verify each document contains all required sections.
### Terminology Audit
| Term | Brief | PRD | UX | Architecture | Stack | Design | Backlog | Consistent? |
|------|-------|-----|----|-------------|-------|--------|---------|-------------|
| [Term 1] | [Usage] | [Usage] | [Usage] | [Usage] | [Usage] | [Usage] | [Usage] | Yes/No |
Rules:
### Traceability Matrix
| Feature (Brief) | Requirement (PRD) | Flow (UX) | Component (Architecture) | Epic/Story (Backlog) | Covered? |
|------------------|--------------------|-----------|--------------------------|----------------------|----------|
| [Feature 1] | RF01 | Flow 1 | API Controller A | Epic 1 / Story 1.1 | Yes/No |
| [Feature 2] | RF02 | Flow 2 | API Controller B | Epic 1 / Story 1.2 | Yes/No |
Every feature in the Brief MUST trace through all documents to a Backlog story.
| Requirement | PRD Priority | Backlog Priority | Aligned? | Issue | |-------------|-------------|-----------------|----------|-------| | RF01 | P0 | Epic 1 (first) | Yes/No | [If no, explain] |
Check that quantities, limits, and metrics are consistent:
| Metric | Brief Value | PRD Value | Architecture Value | Aligned? | |--------|------------|-----------|-------------------|----------| | Max users | [Value] | [Value] | [Value] | Yes/No | | Response time | [Value] | [Value] | [Value] | Yes/No | | Storage limit | [Value] | [Value] | [Value] | Yes/No |
| Document | GAP Section Present? | GAPs Identified | All Have IDs? | All Have Severity? | All Mapped to Backlog? | |----------|---------------------|-----------------|---------------|--------------------|-----------------------| | PRD | Yes/No | [N] | Yes/No | Yes/No | Yes/No | | UX Concept | Yes/No | [N] | Yes/No | Yes/No | Yes/No | | Architecture | Yes/No | [N] | Yes/No | Yes/No | Yes/No | | Stack | Yes/No | [N] | Yes/No | Yes/No | Yes/No | | Design System | Yes/No | [N] | Yes/No | Yes/No | Yes/No |
All GAP IDs must follow the pattern G-{DIM}-{NN}:
G-PRD-01 for Product gapsG-UX-01 for Experience gapsG-ARCH-01 for Architecture gapsG-STACK-01 for Technology gapsG-DS-01 for Design gapsEvery GAP must appear in the Backlog's consolidated summary:
### Orphan GAP Report
| GAP ID | Source Document | In Backlog? | Issue |
|--------|----------------|-------------|-------|
| [ID] | [Document] | Yes/No | [If no, needs mapping] |
Scan for imprecise language and flag:
| Document | Section | Vague Term Found | Suggested Replacement | |----------|---------|------------------|----------------------| | [Doc] | [Section] | "several users" | "100 concurrent users" | | [Doc] | [Section] | "fast response" | "< 200ms (p95)" | | [Doc] | [Section] | "handle many requests" | "1,000 req/min" |
| Vague | Should Be | |-------|-----------| | "fast", "quick", "responsive" | Specific ms/s threshold | | "many", "several", "various" | Exact number or range | | "some", "a few" | Exact count | | "etc.", "and more", "and so on" | Complete list | | "should be good", "adequate" | Measurable criteria | | "simple", "easy to use" | Specific UX criteria | | "scalable" | Specific capacity numbers | | "secure" | Specific security measures |
For each metric, requirement, or criterion:
For each item in the Backlog:
Brief Feature → PRD Requirement → UX Flow → Architecture Component → Stack Technology → Design Component → Backlog Story
Every item must chain through. Breaks in the chain indicate:
### Traceability Coverage
| Dimension | Items Defined | Items Traced | Coverage % | Orphans |
|-----------|--------------|-------------|-----------|---------|
| Features (Brief) | [N] | [N] | [%] | [List] |
| Requirements (PRD) | [N] | [N] | [%] | [List] |
| Flows (UX) | [N] | [N] | [%] | [List] |
| Components (Arch) | [N] | [N] | [%] | [List] |
| Stories (Backlog) | [N] | [N] | [%] | [List] |
# Documentation Review Report
## Metadata
- **Reviewer:** [Claude Code / Codex]
- **Date:** {YYYY-MM-DD}
- **Documents Reviewed:** [List]
- **Overall Verdict:** APPROVED / APPROVED WITH NOTES / NEEDS REVISION / REJECTED
---
## Summary
| Document | Structural | Consistency | GAP Quality | Precision | Traceability | Verdict |
|----------|-----------|------------|-------------|-----------|-------------|---------|
| Brief | Pass/Fail | Pass/Fail | N/A | Pass/Fail | Pass/Fail | [Verdict] |
| PRD | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | [Verdict] |
| UX Concept | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | [Verdict] |
| Architecture | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | [Verdict] |
| Stack | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | [Verdict] |
| Design System | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | [Verdict] |
| Backlog | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | Pass/Fail | [Verdict] |
---
## Issues Found
### Critical (Must Fix)
1. [Issue description + document + section]
### Major (Should Fix)
1. [Issue description + document + section]
### Minor (Nice to Fix)
1. [Issue description + document + section]
---
## Recommendations
1. [Actionable recommendation]
tools
n8n workflow automation principles, patterns, and validation. Expression syntax, node configuration, MCP tools usage, code node patterns.
testing
# Example Skill > Template skill for specialist squads. Replace with your domain-specific knowledge. ## Overview This skill provides domain-specific knowledge and patterns for the squad. ## When to Use - When the squad needs domain expertise - When applying domain-specific patterns - When reviewing domain-related outputs ## Key Principles 1. **Principle 1:** Description of the first principle 2. **Principle 2:** Description of the second principle 3. **Principle 3:** Description of the th
development
Web application testing principles. E2E, Playwright, deep audit strategies.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".