Skills / Skills / Lint Wiki
All skills

/ skill

lint-wiki

Skills/lint-wiki.md

Run all wiki health checks and produce a dated lint report.

Open as raw file

Run this skill

Heads up — this skill doesn’t have a structured form yet, so type the full prompt with all decisions baked in (the subprocess can’t answer follow-up questions). Edit me if needed.

Runs with bypassPermissions — local dev only.

lint-wiki

Procedure

  1. Walk the vault — collect all .md files under Wiki/, Departments/, Agents/, Skills/, Brands/, Integrations/.
  2. Parse YAML frontmatter; flag schema drift against SchemaConventions.md.
  3. Build link graph; detect orphans and broken links.
  4. Compute staleness from last_synthesized.
  5. Detect duplicate concepts (string distance ≤ 2 on titles).
  6. Walk Raw/ — flag files with no wiki node citing them.
  7. Verify every file referenced in CLAUDE.md routing table exists.
  8. Group findings by severity (HIGH / MEDIUM / LOW) per LintingRules.md.
  9. Write report; append Log entry summarizing counts.