web-design-guidelines-review
Installation
SKILL.md
Web Design Guidelines Review
Overview
Audit UI code or diffs with findings first, high signal, and minimal subjectivity. Stay focused on concrete breakage, not broad aesthetic commentary.
Review Workflow
- Read only the files needed to understand the change and its surrounding context.
- Check the project for a local design system or style guide. Look for files such as
docs/**/design-system.md,DESIGN_SYSTEM.md,docs/**/style-guide.md, theme files (theme.ts,theme/index.ts), or any file referenced in the project'sCLAUDE.mdas the design system. If found, read it first — its explicit decisions take precedence over universal plugin guidance on specifics; the plugin guidance fills gaps. - Prioritize
references/core/anti-patterns.mdand the core guidance that directly applies to the surface under review. - Output findings first, grouped by file and referenced with
file:line. - Classify each issue as
bug,regression risk, orpolish. - If nothing is provably wrong, say so explicitly and note any residual testing gaps.
Reference Map
All paths below are relative to this file's directory. Resolve them as
{dir_of_SKILL.md}/{path}before reading.