wiki-lint

Solid

Health-check the knowledge wiki — find orphans, broken links, missing frontmatter, contradictions, stale content, and statistical drift. Use when the user says "lint the wiki", "health check", or periodically for maintenance.

Code & Development 108 stars 16 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
68
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Wiki Lint — Knowledge Base Health Check Systematic audit of wiki health across 8 dimensions. Resolve target paths from `system/config.md` when available. If no config exists, use the default STOW layout and write the report to `system/lint-report.md`. ## Usage Template **Prompt** ```text Use wiki-lint on my vault. Check frontmatter, broken links, orphans, stale pages, contradictions, drift, stats, and index health. ``` **Use Case** - Maintaining a growing Obsidian or markdown wiki before it becomes hard to trust or navigate. **Expected Result** - The agent produces a lint report with ranked issues and concrete repair actions. **Output Example** - A lint report grouped by severity with file paths, issue counts, and repair checklist. **Verification Case** - The report includes file paths, issue counts, severity, and at least one recommended fix per high-priority issue. **Verified Effect** - Wiki health becomes visible through ranked issues instead of vague feelings that the vault is disorganized. ## Success Metrics - Report includes issue counts, severity, file paths, and recommended fixes. - Broken links, orphans, missing frontmatter, stale pages, and source-protection risks are checked or marked not applicable. - No source files are modified during linting. - P0/P1 checks can prove main graph health after an ingest: no empty files, missing wiki frontmatter, broken source refs, zero-inlink wiki pages, or wiki pages with fewer than two outbound links. - Concept-pag...

Details

Author
Mark393295827
Repository
Mark393295827/third-brain-v5-skills
Created
4 weeks ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

wiki-lint

Health-check the wiki for contradictions, stale claims, orphan pages, missing cross-references, and knowledge gaps. Use periodically or when the user says 'lint the wiki' or 'check wiki health'.

499 Updated 5 days ago
open-gitagent
Code & Development Listed

wiki_lint

Statically check and repair double-bracket linkages and frontmatter within your compiled wiki directory.

2 Updated yesterday
Misaka16384
AI & Automation Listed

agent-wiki-health

Deep audit of the wiki and repo-vs-wiki gap assessment. Use weekly or when things feel stale. Scans every page, finds contradictions, orphans, dead links, unsourced claims, stale content, repo drift, and suggests improvements.

1 Updated today
armed-substantialness820
AI & Automation Solid

wiki

LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)

35,484 Updated today
Yeachan-Heo
AI & Automation Listed

use-llm-wiki

Discover and use a locally-available LLM-wiki through its `wiki` CLI — from any project, not just inside the vault. Read the knowledge base to ground answers in the operator's own compiled knowledge; diagnose pipeline health; contribute back (capture context, record a hard fact, ingest a source); run maintenance (compile, lint, review); or report engine bugs upstream. Step 1 locates the wiki (env var, walk-up, or registry) — if none is found, the skill does not apply and exits cleanly. Use when: an agent in any project should consult, feed, diagnose, or report on the operator's knowledge base — "check the wiki", "what does my wiki say about X", "add this to the wiki", "ingest this", "compile the wiki", "wiki health", "vault status", "is the pipeline healthy", "file a bug against the engine", "report this to lx-0/llm-wiki".

2 Updated today
lx-0