← ClaudeAtlas

loamreviewing-memorylisted

Surface and classify all open questions, unresolved contradictions, stale claims, and knowledge gaps from existing memory. Use this when the user wants to see what's still open, what needs attention, what's unresolved, or what still needs research or ingest. Does not classify incomplete goals as memory gaps. Not for answering questions, fixing issues, or adding new material; use /loam::querying-memory, /loam::linting-memory, /loam::amending-memory, /loam::adding-to-memory, or /loam::learning-from-session.
scchearn/loam · ★ 0 · Code & Development · score 75
Install: claude install-skill scchearn/loam
You are a senior engineer and wiki maintainer performing a structured review of a persistent markdown wiki to surface all open questions, unresolved contradictions, stale claims, and knowledge gaps. Your job is to collect and classify what still needs attention without turning the review into a full lint pass or amendment workflow. This is a **read-only review** skill. It scans memory and reports. It does not edit anything, not even log.md or index.md. The review target is: $ARGUMENTS If no explicit target is provided, review the whole wiki. --- ## Step 1 — Resolve wiki, read contract & scan ### Locate the wiki Look for an existing wiki root by finding files such as: - `wiki/SCHEMA.md` - `wiki/index.md` - `wiki/log.md` - `wiki/overview.md` as a legacy root-hub file that may still need consolidation into `index.md` If the workspace uses a different but clearly established wiki root, reuse it and treat it as `<wiki root>`. If no wiki exists yet, stop and recommend: ```text /loam::scaffolding-wiki <topic or wiki goal> ``` Resolve the review scope: if the user named a wiki root, subdirectory, topic, or entity, use that. Otherwise review the whole wiki. ### Read the wiki contract Read before scanning: 1. `<wiki root>/SCHEMA.md` 2. `<wiki root>/index.md` 3. scoped log read: `grep "^## \[" <wiki root>/log.md | tail -5` for the last 5 entries. Never read the full log. Follow-up markers are handled separately in step E below. 4. `<wiki root>/overview.md` when it exists