Аудит ссылок и структуры хранилища Obsidian
★ 7.6 · documentation
wiki-lint is a Claude Code skill that runs a deterministic, read-only health check on an Obsidian vault without modifying any files. It invokes `claude-obsidian.py lint --vault`, a portable lint engine that understands Obsidian wikilinks, Markdown links, aliases, heading and block fragments, escaped aliases, and code fences. Six finding categories are reported: dead or ambiguous links, orphan pages, required frontmatter gaps (including `title`), empty sections, stale index entries, and source-and-claim ledger contract violations. Findings are grouped by likely impact — broken navigation, ambiguous resolution, metadata quality, and maintainability — and returned in chat or stdout, never written into the vault. File repair is a separate, explicitly consented operation; the lint command itself never edits or commits anything.
- #obsidian
- #wiki-audit
- #link-validation
- #vault-health
- #knowledge-management