Health-check the wiki. Finds orphan pages, unresolved contradictions, stale claims, missing pages, broken links, and data gaps. Produces a lint report and appends to the log. Trigger phrases: /lint, health check the wiki, audit the wiki, check for broken links, wiki maintenance.
Runs the full lint workflow defined in CLAUDE.md. Checks for six categories of issues, fixes what can be fixed automatically, and reports the rest.
Run all six checks. For each: identify issues, apply fixes where possible, and note anything that needs user input.
Check 1 — Orphan pages
[[links]] from any other wiki pagewiki/*.md, read each, check whether any other page links to itCheck 2 — Unresolved contradictions
wiki/ for [!WARNING] Contradiction calloutsCheck 3 — Stale claims
updatedsources frontmatter attributionCheck 4 — Missing pages
[[wikilinks]] that appear frequently across wiki pages but have no corresponding filewiki/*.md, extract all [[...]] links, check each against the file systemCheck 5 — Broken links
[[wikilinks]] pointing to files that don't existCheck 6 — Data gaps
sources frontmatterProduce a lint report with three sections:
Then append to wiki/log.md (never overwrite):
## [YYYY-MM-DD] lint | Lint run
N issues found, N fixed. [Brief summary of notable findings.]