wiki-lint
SolidUse when an Obsidian wiki needs a reproducible health audit for structure, provenance, links, understanding, lifecycle, and promotion readiness.
Code & Development 124 stars
18 forks Updated 3 days ago MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Wiki Lint
<skill_contract>
<input>Vault root, path configuration, audit scope, exclusions, prior baseline, and explicit repair authorization if any.</input>
<output>A reproducible, severity-ranked wiki health report with file-level evidence, debt queues, and bounded repair proposals.</output>
<done>All twelve checks record scope and receipts, findings are reproducible, and report-only mode leaves content unchanged.</done>
<non_goals>Silent deletion, immutable-source mutation, unapproved repair, semantic rewrite, or health claims without scan evidence.</non_goals>
Audit the wiki as a governed knowledge graph. Report prioritized, reproducible findings; make no content mutation unless separately authorized.
## Usage Template
Provide: vault root, optional path config, audit scope, prior report, and whether repairs are authorized. Default to report-only.
## Workflow
<intake>
Resolve configured source, concept, entity, clipping, daily, system, and log paths. Record scan timestamp, file count, exclusions, and prior baseline. Fail closed if the supplied path is not the intended vault.
</intake>
<unknowns_gate>
If the vault root or path semantics are ambiguous, return `NEEDS_INPUT` before scanning or writing. Missing optional directories are findings; inaccessible required directories are `BLOCKED_PERMISSION`.
</unknowns_gate>
<execute>
Run twelve checks and preserve file-level evidence:
1. required frontmatter and stable identifiers;
2. broken wikilinks and un...
Details
- Author
- Mark393295827
- Repository
- Mark393295827/third-brain-v7-skills
- Created
- 2 months ago
- Last Updated
- 3 days ago
- Language
- HTML
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
lint-vault
Triggered when the user types /lint or asks to health-check the Obsidian Vault. Scans the wiki/ directory to identify structural issues, orphan pages, broken wikilinks, stale index entries, and contradictions.
0 Updated 3 days ago
jpmsilva1 Code & Development Solid
wiki-lint
Use to validate the knowledge wiki — frontmatter completeness, broken wikilinks, orphaned pages, status consistency. Wraps `scripts/lint-wiki.py` from the research project template. Required before drafting and before finishing.
1 Updated yesterday
leiverkus