What problem does it solve? Personal knowledge bases in Obsidian degrade over time: pages become orphaned, wikilinks break, frontmatter drifts out of spec, and contradictions accumulate silently. This Skill runs a 13-check health audit across the vault and reports every structural issue in one pass. ## Core Features & Use Cases - 13 lint checks: Detects orphaned pages, broken wikilinks, missing frontmatter, stale content, contradictions, index drift, provenance issues, fragmented tag clusters, visibility/PII tagging gaps, misc promotion candidates, synthesis gaps, confidence/lifecycle schema violations, and invalid typed relationships. - Fast path via obsidian-cli: Uses the wiki-cli.py wrapper for 10-50x speedups on structural checks like orphans, unresolved links, and tag cluster analysis. - Consolidate mode: The --consolidate flag switches from report-only to act-and-report, fixing broken links, rescuing orphans, updating lifecycle states, demoting tiers, normalizing tags, and writing a consolidation report after explicit user confirmation. - Use Case: Run a periodic "dream cycle" on your vault: audit all pages, get a structured health report, then approve a dry-run list of automatic fixes so the wiki self-heals. ## Quick Start Ask the assistant to run a wiki health check on your Obsidian vault and report any orphaned pages, broken links, and stale content.