curator-fixeslisted
Install: claude install-skill odere-pro/claude-wiki-pages-plugin
# Wiki Curator — Checks & Fix Catalog (reference)
The supplemental diagnostic checks, the Phase 3 auto-fix catalog, and the
Phase 4 judgment-fix procedure for `claude-wiki-pages-curator-agent`. The agent
reads this skill during Phase 1 (diagnose) and Phases 3–4 (apply). Schema
authority remains `vault/CLAUDE.md`; the contract, engine-heal preflight,
severity classification, re-verify, report, and hard rules live in the agent
body.
## Supplemental checks (Phase 1.2 — not covered by the script)
Run each via `Grep`/`Glob` against `vault/wiki/`:
- **Broken wikilinks** — `[[Target]]` where `Target` matches neither any page's `title:` nor any entry in `aliases:`.
- **Orphan pages** — non-bookkeeping pages (excluding `index.md`, `log.md`, `dashboard.md`, `_index.md`) with zero inbound wikilinks (index `children:` counts).
- **Title collisions** — two pages with the same `title:` → ambiguous wikilinks.
- **Title missing from `aliases`** — for every page: `title` must appear as the first entry in `aliases` (ghost-node prevention per `vault/CLAUDE.md`).
- **Missing graph color groups** — for each top-level topic folder (not `_sources`, `_synthesis`), check `obsidian eval code="JSON.stringify(app.internalPlugins.plugins['graph'].instance.options.colorGroups)"` for a matching `path:wiki/<folder>` query.
- **Flat folder sprawl** — any topic folder with > 12 direct `.md` children (excluding `_index.md`).
- **Excessive nesting** — any folder deeper than 4 levels from `wiki/`.
- **Stale