Review documentation¶
Paths in this document are relative to the Zolletta-MetaSkill project root.
Review project documentation for Diátaxis compliance, drift detection, and quality. The documentor skill checks that documentation follows the Diátaxis framework, detects drift between code and docs, and scores documentation freshness.
Prerequisites¶
- A project with a documentation directory (default:
docs, configurable viadocumentation.dirinsettings.json) - The project set up with
/zolletta-metaskill setup
What the review checks¶
- Diátaxis compliance — four quadrants (tutorials, how-to, reference, explanation), correct file placement, consistent frontmatter
- Drift detection — stale docs, missing docs, broken links, API drift. See drift-detection-tools.md
- Freshness scoring — 0–100 weighted score across five dimensions. See scoring-and-categories.md
Steps¶
Step 1 — Run the staleness scorer¶
This produces a freshness score and lists stale files below the threshold.
Step 2 — Run the drift analyzer¶
This produces a full drift analysis between code and docs.
Step 3 — Run the link checker¶
This checks all internal links in the documentation directory.
Step 4 — Run the API doc validator¶
This validates API documentation against the actual code signatures.
Step 5 — Review findings¶
Classify each finding by severity:
- High — stale docs for critical features, broken links, missing API docs
- Medium — stale docs for non-critical features, Diátaxis misplacement
- Low — formatting issues, missing frontmatter fields
See also¶
- Drift detection tools — full reference for drift detection scripts
- Scoring and categories — freshness scoring methodology
- Documentation standards — general documentation rules
- Settings schema —
documentation.dirconfiguration