What problem does it solve? LLM-maintained wikis drift over time: pages contradict each other, links break, sources go uncited, and the index falls out of sync with actual content. This Skill performs a read-only health audit of a wiki space and returns triaged findings so a maintainer can decide what to fix. ## Core Features & Use Cases - Seven-category audit: Detects contradictions, stale claims, orphan pages, concept gaps, broken wiki-links, weak provenance, and index/log drift. - Severity-triaged findings: Groups results into critical, medium, and low buckets, each with file path, quoted evidence, suggested fix, and the follow-up operation to run. - Read-only by design: Never modifies wiki content; only appends a run summary to wiki/log.md so future audits have a record. - Use Case: An operation issue with operationType "lint" arrives for a wiki space. The Skill walks the space's index and pages, flags two contradictory status claims and three orphan pages, and returns a triage list the maintainer routes to ingest or distill operations. ## Quick Start Run a lint audit on the wiki space referenced by this operation issue and return the findings grouped by severity.