System Audit

Check for design system drift. Finds tokens that are defined but unused, used values that aren't in tokens, and inconsistencies between token definition and usage.

dragoon0x Updated

File contents

/system-audit — Design System Drift Audit

Audit the health of the design system:

  1. Tokens defined but never referenced (dead tokens)
  2. Values used in code that should be tokens but aren't
  3. Tokens referenced but not defined (broken references)
  4. Inconsistent token naming conventions
  5. Token categories with gaps (e.g., shadow-sm and shadow-xl but no shadow-md)

Present as a system health report with actionable fixes.

dragoon0x/optik/tree/main/.codex/prompts/system-audit commit e5ac6a469b

Frequently asked questions

npx skillmds@latest add dragoon0x/system-audit-3