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

  1. Read src/app/(internal)/design/_common/sidebar-data.ts to 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")
  2. Read src/app/(internal)/design/_common/documented-components.json for the list of documented components
  3. Read src/app/(internal)/design/_common/documented-patterns.json for the list of documented patterns
  4. Get the current commit SHA: git rev-parse HEAD

Step 2 — Run rubric checks

Installs
2
GitHub Stars
39
First Seen
Jun 18, 2026
design-audit — resend/design-skills