10 lines
721 B
Markdown
10 lines
721 B
Markdown
---
|
|
name: wiki-lint
|
|
description: >
|
|
Health-check the wiki for missing articles, stale content, broken backlinks, and cross-reference gaps. Use with /wiki-lint or after wiki-compile runs.
|
|
---
|
|
|
|
**Grok skill.** Details in `.claude/commands/wiki-lint.md`.
|
|
|
|
Runs checks against the wiki/ tree (stale IPs, orphaned pages, bad links to clients/projects/systems).
|
|
**GrepAI-first (MANDATORY):** Use `search_tool` + `use_tool` (grepai__grepai_search etc. via the MCP) **before** any `read_file` or built-in `grep` for discovering issues in wiki, session-logs, or related files. Only read full files when editing or the semantic results are insufficient. Report findings and suggest fixes (often via wiki-compile or manual edits). |