design-audit
Installation
SKILL.md
Design Audit Skill
Audits src/app/(dashboard)* for design system compliance and src/ui/ for documentation coverage. Reports findings without modifying any source files or opening PRs.
How to run the audit
This skill is read-only. Never edit source files, create branches, or open PRs.
Step 1 — Load context
- Read
src/app/(internal)/design/_common/sidebar-data.tsto extract:- The ignore list (files that should not be documented:
_common,layout.tsx,shared.ts,page.tsx,todo) - The alias map (e.g.
"avatar team"→"avatar","command"→"combobox")
- The ignore list (files that should not be documented:
- Read
src/app/(internal)/design/_common/documented-components.jsonfor the list of documented components - Read
src/app/(internal)/design/_common/documented-patterns.jsonfor the list of documented patterns - Get the current commit SHA:
git rev-parse HEAD