examples/llm-wiki/skills/wiki-lint/SKILL.md
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'.
npx skillsauth add open-gitagent/gitagent wiki-lintInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit the wiki for quality and consistency issues.
Read memory/wiki/index.md to get the complete page catalog.
Contradictions
Stale claims
updated datesOrphan pages
[[wikilinks]] from other pagesMissing pages
[[wikilinks]] that point to pages that don't exist yetMissing cross-references
Knowledge gaps
Produce a structured report:
# Wiki Health Report — [date]
## Contradictions (X found)
- [page-a] vs [page-b]: [description of conflict]
## Stale Claims (X found)
- [page]: last updated [date], but [newer-source] may supersede
## Orphan Pages (X found)
- [page]: no inbound links
## Missing Pages (X found)
- [[concept-name]]: referenced in [N] pages but has no page
## Missing Cross-References (X found)
- [page-a] and [page-b] both discuss [topic] but don't link
## Suggested Investigations
- [question or source suggestion]
Append to memory/log.md:
## [YYYY-MM-DD] lint | Wiki Health Check
- Contradictions: X
- Stale claims: X
- Orphan pages: X
- Missing pages: X
- Missing cross-references: X
development
Reviews code diffs and files for security vulnerabilities (OWASP Top 10), error handling, complexity, naming conventions, and performance issues. Use when the user asks to review a PR, pull request, diff, merge request, or code changes.
development
Advanced web search using Tavily API for current information retrieval
development
Academic paper search via Google Scholar using Serper API
documentation
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)