Skip to main content
/wiki-lint audits your compiled wiki and surfaces issues before they cause problems. Run it after a compile, after ingesting new sources, or anytime you want to check the state of your knowledge base.

Command

What gets checked

Output format

After the summary, each finding is listed with a suggested fix:
  • Stale topics — Run /wiki-compile to refresh
  • Orphans — Source was deleted; recompile to remove stale references
  • Missing cross-references — Consider adding a reference to [[topic-b]] in topic-a’s Summary section
  • Contradictions — Check the named source files to determine the correct value
  • Schema drift — Add or remove the listed topic from schema.md

Lint log

Each lint run is appended to {output}/compile-log.md: