Use doxloop review to get a prioritized quality report without risking any changes to your documentation. Supported agents run review in their read-only or plan mode, so it never writes to disk.
Run review
bash
doxloop reviewreview accepts --agent, --model, --reasoning, --reference, and --print, the same as create. A request describes what to focus on:
bash
doxloop review "Focus on whether the API reference matches the current schema."Add a design reference to review presentation and information architecture against it:
bash
doxloop review --reference https://docs.example.com/What you get back
The agent reports prioritized findings across:
- accuracy and source evidence;
- reader workflows and coverage;
- information architecture and navigation;
- examples and reference depth;
- editorial quality and terminology;
- accessibility and presentation; and
- maintainability and release readiness.
Skills must already be installed
Because review can't write to the project, it never installs or replaces skills — doing so would itself be a change. If skills are missing, run doxloop agent setup first:
bash
doxloop agent setup
doxloop review