From alirezarezvani-claude-skills-7
Runs mechanical and semantic health checks on LLM Wiki vault (orphans, broken links, stale pages, contradictions, missing concepts), producing markdown report with suggested actions. Supports --stale-days and --log-gap-days flags.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin alirezarezvani-claude-skills-7# /wiki-lint Health-check the wiki. Surfaces orphan pages, broken wikilinks, stale claims, missing frontmatter, contradictions, and structural drift. **Reports, doesn't silently fix** — you decide what to change. Run this weekly, after batch ingests, and always before sharing the wiki. ## Usage ## What happens ### Pass 1 — Mechanical (scripts) - `scripts/lint_wiki.py` — orphans, broken links, stale pages, missing frontmatter, duplicate titles, log gap - `scripts/graph_analyzer.py` — hubs, sinks, connected components, graph stats ### Pass 2 — Semantic (LLM reads and thinks) - Contr...
/wiki-lintDetects contradictions, orphan pages, stale claims, missing pages, and source hash mismatches across wiki pages and WARM files. Outputs structured report and supports --fix.
/wiki-lintRuns health checks on compiled wiki detecting stale articles, orphan pages, missing cross-references, low coverage sections, contradictions, and schema drift. Outputs summary, fix suggestions, and logs results.
/wiki-lintCheck wiki health — find contradictions, orphan pages, broken links, schema violations, and stale content. Includes a status dashboard.
/wiki-lintLint the engram-kb wiki — broken links, orphans, stale pages, coverage gaps
Health-check the wiki. Surfaces orphan pages, broken wikilinks, stale claims, missing frontmatter, contradictions, and structural drift. Reports, doesn't silently fix — you decide what to change.
Run this weekly, after batch ingests, and always before sharing the wiki.
/wiki-lint
/wiki-lint --stale-days 60
/wiki-lint --log-gap-days 7
scripts/lint_wiki.py — orphans, broken links, stale pages, missing frontmatter, duplicate titles, log gapscripts/graph_analyzer.py — hubs, sinks, connected components, graph statsA markdown report grouped by severity:
# Wiki lint — <date>
**Total pages:** N **Components:** N **Last log:** <date>
## Found
- ⚠️ <N> contradictions (list)
- <N> orphans
- <N> broken links
- <N> stale pages
- ...
## Suggested actions
1. Investigate contradiction between [[sources/a]] and [[sources/b]]
2. Create concept page for "<name>"
3. Fix broken link in [[concepts/x]]
4. Re-ingest [[sources/c]] — stale + contradicted
5. ...
Then appends a lint entry to log.md.
Dispatches the wiki-linter sub-agent. See agents/wiki-linter.md.
engineering/llm-wiki/scripts/lint_wiki.pyengineering/llm-wiki/scripts/graph_analyzer.pyengineering/llm-wiki/scripts/append_log.py| Trigger | Pass |
|---|---|
| Weekly | Mechanical only — fast |
| After batch ingest | Full (mechanical + semantic) |
| Monthly | Full + structural review |
| Before sharing | Full + extra review |
→ engineering/llm-wiki/SKILL.md
→ engineering/llm-wiki/references/lint-workflow.md