← ClaudeAtlas

doclisted

Assess documentation and run the right action: check changed code when the tree is dirty, otherwise review the whole repo for gaps, staleness, and quality. Explicit modes: --review, --update, --generate, or --session to capture durable knowledge from the current conversation or a transcript. Use for doc creation, freshness, quality, or saving occasional manual test procedures and results for future repetition; routine automated suite runs do not need test records.
nielsmadan/skills · ★ 0 · Data & Documents · score 75
Install: claude install-skill nielsmadan/skills
<!-- Generated from https://github.com/nielsmadan/agentic-coding — edits here are overwritten. --> # Doc Assess, review, update, and generate documentation following consistent principles. ## Reference files (load what the run needs) | File | Load when | |------|-----------| | `references/principles.md` | Writing, sizing, or judging docs — the 8 principles and the Minimal/Lean/Structured profiles. Assess needs it to pick a profile; review/update/generate to apply it. | | `references/mode-review.md` | `--review` | | `references/mode-update.md` | `--update` | | `references/mode-generate.md` | `--generate` | | `references/mode-session.md` | `--session` | | `references/manual-tests.md` | Capturing occasional manual tests, or generating/updating/reviewing `docs/tests/` | | `references/generate-templates.md` | Writing a new doc from scratch | Routing (below) does not need any of them. ## Which mode runs (read first) **Bare `/doc` = context-aware assess.** It adapts its *scope* to git state but always runs all three lanes (Generate / Update / Review) and never writes without a plan, it proposes, then runs your picks. - **Dirty tree (staged or unstaged changes) → "is what I just did documented?"** Center the assess on the changed files: are the docs covering them still accurate (**Update** lane), and does new behavior need a doc (**Generate** lane)? Add a quick whole-repo glance for structural gaps and obvious staleness so it doesn't tunnel-vision. Lead with the chang