The knowledge base needs lightweight read-mostly audits that answer: what shape is it in right now, and what should improve next?

When To Use

Use a status check when the user asks:

  • what needs cleanup,
  • whether the wiki is healthy,
  • what pages are most important,
  • what should be improved next,
  • or whether the public site has obvious structure problems.

Workflow

  1. Read index.md, recent log.md entries, and the top-level wiki/ folders.
  2. Count wiki pages by folder and page type when useful.
  3. Identify recently updated pages.
  4. Identify likely orphans, pages missing source sections, stale pages, and bloated pages.
  5. Check for public/private risk at a high level.
  6. Return a concise report with recommended next actions.
  7. Write a durable report to outputs/audits/YYYY-MM-DD - Wiki Status.md only if the report is substantial.

What To Report

Useful status fields:

FieldPurpose
Page countsShows where the wiki is growing.
Recently updated pagesShows current activity.
High-value pagesShows pages that anchor the system.
Orphan candidatesShows pages that need links.
Split candidatesShows pages that may be too broad.
Source gapsShows pages that need better citation.
Public/private risksProtects paid, private, or sensitive material.
Recommended next actionsTurns the audit into a plan.

Rules

  • Do not reorganize files during a status pass unless the user asks.
  • Do not rewrite pages during a status pass unless there is a clear small fix.
  • Prefer concrete page-level recommendations over generic advice.
  • Keep the report short enough to act on.

Sources