← ClaudeAtlas

wiki-gapslisted

Report the top 5 open wiki knowledge gaps — use when you want to see what the wiki knows it doesn't know; reads gaps.md, ranks by priority, suggests which existing wiki pages could be extended to resolve each gap.
draakaap/lorewerk · ★ 1 · AI & Automation · score 72
Install: claude install-skill draakaap/lorewerk
# Wiki Gaps — Knowledge gap review ## On activation 1. Read `wiki/gaps.md` 2. Read `wiki/index.md` to understand current coverage 3. Report the top 5 open gaps by priority: - Critical Gaps first - Then Research Queue items most frequently referenced - Then Orphaned Concepts with highest reference counts 4. For each gap, suggest which existing wiki page could be extended to fill it, or whether a new page is warranted 5. If any gaps have been filled by recent wiki writes, move them to Resolved with today's date and the resolving page ## Gap priority scoring 1. **Critical**: Topics referenced in 3+ wiki pages with no dedicated page 2. **High**: Research questions that block other wiki improvements 3. **Medium**: Orphaned concepts referenced in 1-2 pages 4. **Low**: Outdated sections that are only slightly past staleness_days ## Output format Report to the user: ``` ## Wiki Knowledge Gaps — Top 5 1. [CRITICAL] <gap title> — referenced in N pages, could extend [[Page Name]] 2. [HIGH] <research question> — needs investigation, no existing page covers this 3. ... ### Suggested next actions - Create wiki page for X to resolve gaps #1 and #3 - Extend [[Page Y]] to cover gap #2 ``` ## Composes with - `wiki-health` — runs this skill (plus `wiki-lint` + `wiki-staleness`) in sequence for the combined dashboard. Use `wiki-health` for a full sweep; run this standalone only when you want gaps alone. Don't run both in one session — `wiki-health` already calls t