This runs a structured design critique against your brief and built code. It's meant for the moment after you ship a feature and want to catch visual inconsistencies, accessibility gaps, or places where the implementation drifted from the design intent. The process is thorough: it reads your brief, explores every component and style file, captures responsive screenshots at mobile, tablet, and desktop widths using Playwright or browser tools, then audits visual hierarchy, token usage, and aesthetic fidelity against what you planned. Output is a prioritized refinement list saved as DESIGN_REVIEW.md. Honest take: the mandatory screenshot step makes this actually useful, not just a code linter pretending to review design.
npx skills add https://github.com/julianoczkowski/designer-skills --skill design-review