| name | wiki-lint |
| description | Run health checks on the LLM Wiki knowledge base. Use when running /wiki-lint, or to check for stale pages, broken links, contradictions, and pattern opportunities. |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Grep, Glob, Bash |
Wiki Lint
Runs 10 health checks on the wiki and reports issues.
Usage
/wiki-lint
Flow
- Read schema:
.claude/wiki/WIKI-SCHEMA.md
- Read lint rules:
.claude/skills/wiki-lint/rules/lint-flow.md
- Scan all pages → generate report → offer to fix issues
Checks
- Stale pages
- Superseded claims
- Orphan pages
- Broken links
- Low confidence pages
- Missing references
- Pattern opportunities
- Contradictions
- Missing entity/concept pages
- Schema compliance
Related Files
- Schema:
.claude/wiki/WIKI-SCHEMA.md
- Rules:
.claude/skills/wiki-lint/rules/lint-flow.md