doc
Installation
SKILL.md
Doc
Review, update, and generate documentation following consistent principles.
Modes
All three modes share one engine — compare the docs against the current code reality — and differ only in what they do with the result:
| Mode | Intent | Writes? | Default scope |
|---|---|---|---|
--review (default) |
Assess accuracy / completeness / quality | No → findings, then interactive apply | context (or <target>) |
--update [target] |
Sync existing docs to current code | Yes — in place, replace stale parts | staged code, falling back to unstaged |
--generate <target> |
Create docs that don't exist yet | Yes — new files | the target |
--review and --update are the same comparison; review reports and lets you pick
what to apply, update applies directly from a diff. --generate is for greenfield.