What problem does it solve? An Obsidian-based LLM wiki accumulates structural defects over time: unresolved citations, ambiguous or malformed links, and missing evidence. This Skill turns the deterministic health scan into a bounded, verifiable repair workflow so defects are fixed with justified edits instead of cosmetic count reductions. ## Core Features & Use Cases - Deterministic worklist processing: Runs the health.mjs scan, retains issue IDs and defect counts, and works through findings in manageable batches. - Investigation before editing: Reads each issue's source and surrounding prose, verifies intended citations and link targets, and checks each issue's acceptance condition before writing. - Auditable operations: Wraps authorized writes in op-begin/op-commit operations with narrative log entries, then reruns the health scan to compare resolved, remaining, and new issue IDs. - Use Case: After a wiki-health report lists unresolved citations and ambiguous links, ask the agent to repair a specific batch of issue IDs; it investigates each one, applies verified fixes, commits the changes, and reports before/after defect counts. ## Quick Start Ask the agent to repair the broken citations and ambiguous links reported by the wiki health scan, processing the worklist in batches and verifying each fix.