← ClaudeAtlas

curator-fixeslisted

The curator's supplemental diagnostic checks, the nine safe auto-fixes, the automatic judgment-fix procedure, and the lint-report template for claude-wiki-pages. Documents what the curator checks and how it repairs wiki structure under a git checkpoint, so the curator agent can apply fixes without inlining the catalog. Trigger when an agent or user asks "what does the curator check/fix", "how are wiki lint issues repaired", or invokes /claude-wiki-pages:curator-fixes. Reference, not action.
odere-pro/claude-wiki-pages-plugin · ★ 1 · Data & Documents · score 60
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