| name | vault-audit |
| description | Audit Obsidian Vault structure, metadata, templates, links, and coverage. Read-only by default. |
vault-audit
Goal
Audit an Obsidian Vault without modifying files.
Use when
- checking Vault structure
- finding missing
_index.md
- finding broken links
- finding empty notes
- checking frontmatter and template consistency
- generating a Vault health report
Rules
- Read-only by default.
- Never delete files.
- Never overwrite content.
- Never invent project facts or metrics.
- Prefer exact file paths in reports.
Checklist
- Folder structure.
_index.md coverage.
- Markdown file count.
- Empty or near-empty notes.
- Missing YAML frontmatter.
- Missing required headings.
- Broken Obsidian links.
- Duplicate titles.
- Inconsistent tags.
- Oversized notes.
- Project mapping coverage.
- Interview question coverage.
Output
Return:
- Summary
- Problems by severity
- Affected files
- Suggested fixes
- Recommended next command