← ClaudeAtlas

wiki-healthlisted

Use when the friend (or a scheduled routine) wants a coherence check on the wiki: dangling L2 pointers, contradicting pages, duplicate pages, numeric drift between facts, a mass-deletion anomaly scan, and the quarantined/unreviewed-content inventory. Triggers on /ren:wiki-health. This is 0.3's replacement for per-write human approval (v2.2 removed the queue gate on data-plane writes) — the autonomous auditor that runs periodically instead of a human reviewing every diff.
hazarsozer/ren-os · ★ 1 · AI & Automation · score 73
Install: claude install-skill hazarsozer/ren-os
# wiki-health The minimal coherence sweep. With v2.2's two-plane pivot (data plane auto-applies, only `global/` promotion stays human-gated), no human reviews every write anymore — this skill is what catches what a per-write reviewer used to catch, by sweeping periodically instead of gating continuously. ## When to use this skill - Friend invokes `/ren:wiki-health` directly - A scheduled routine wants a periodic coherence pass - After a burst of auto-applied writes the session has reason to distrust (e.g. a retrospective pass just queued a lot of proposals) ## Behavior 1. Call `importlib.import_module("skills.wiki-health.lib").sweep()` — read-only, seven findings: `dangling_pointers`, `contradiction_pairs`, `duplicate_pairs`, `numeric_drift_pairs`, `mass_deletions`, `quarantined_pages`, `single_project_global_pages` (issue #18: global-tier pages — `decisions/`·`patterns/`·`research/`·`global/` — whose body names exactly one project; the global tier is for cross-project practices only, so such a page belongs under `projects/<slug>/`. Never auto-relocated: propose the move to the friend, since only a human puts pages in the global tier), `hubless_knowledge_dirs` + `unlinked_knowledge_pages` (issue #20 amendment: structural audit of the hierarchical `projects/<slug>/knowledge/` trees — every subdirectory needs a hub `index.md`, and a leaf page in a subdirectory must be linked from some hub or the map; top-level `knowledge/*.md` pages ar