design-qa

Installation
SKILL.md

Design QA

Structured quality gate for UI code. Run against any component, page, or feature before shipping. Every check is binary — pass or fail. Report ONLY failures. Silence = quality.

Fast Scan

bash design-qa/scripts/design-scan.sh [target-dir] --fix        # Full scan with fixes
bash design-qa/scripts/design-scan.sh [target-dir] --no-ui       # Skip upstream primitives
bash design-qa/scripts/design-scan.sh [target-dir] --json        # JSON for CI
bash design-qa/scripts/design-scan.sh [target-dir] --critical-only

Requires: ripgrep (rg). Optional: ast-grep (sg).

After the fast scan, run the manual gates below for judgment-based checks. Read the code, run each gate in order, report failures with line numbers and fixes.


Related skills
Installs
9
GitHub Stars
1
First Seen
13 days ago