What problem does it solve? Obsidian vaults accumulate orphan notes, broken wikilinks, stub notes, and stale content over time, and without a periodic audit these issues silently degrade the knowledge base. This Skill runs a structured health check and writes a dated audit note to the vault root so problems are tracked across weeks. ## Core Features & Use Cases - Five health checks: Detects orphan notes (zero backlinks), broken wikilinks, stub notes (<100 words with no outlinks), stale notes (>90 days unmodified), and tag inconsistencies including singleton tags. - CLI with fallback: Uses the official obsidian CLI when available and falls back to file scanning via Bash/Glob/Grep when it is not. - Approval-gated reporting: Presents findings for explicit user approval before writing a _vault_audit_YYYY-MM-DD.md note to the vault root. - Use Case: Run a weekly vault maintenance pass after a large import of notes to surface orphans and broken links before they compound. ## Quick Start Run a vault health audit on my Obsidian vault and write the findings report to the vault root.