design-review

Solid

Use when adding or restyling a Facet UI component, or before merging a UI PR — walks the component against DESIGN.md (tokens, states, a11y, contrast, responsive) so the design system is matched, not just remembered. The judgment check verify.sh can't grep.

Web & Frontend 255 stars 11 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Design Review — Facet UI `verify.sh` proves a component *builds, types, tests, and passes axe*. It cannot prove the component **matches the design system** — "is this on-system?" is a judgment call, not a grep (see [`docs/11`](../../../../../docs/11-designing-uis.md)). This skill is that judgment pass, as a checklist, so a component doesn't ship looking almost-right. It loads only when you're reviewing UI — everyday work doesn't pay for it. ## When this fires You type `/design-review`, or you've added/restyled a component and are about to open or merge the PR. ## Before you start Open [`DESIGN.md`](../../../DESIGN.md) and keep it beside the diff. Every check below is "does the component agree with `DESIGN.md`?" — if you're guessing, you haven't read it recently enough. ## Checklist Walk these in order. Stop at the first miss, fix it, restart — an off-system component is not "done." 1. **Tokens, not literals.** No raw hex, `px` font sizes, or magic radii in the component — every value resolves to a token in `src/tokens/` that mirrors `DESIGN.md` (`color.primary`, `radius.md`, `type.body`, `space.lg`). A literal `#5e6ad2` or `13px` is a miss even if it looks identical, because the next token change won't reach it. 2. **All states present and on-system.** Default, hover, active, `:focus-visible`, and disabled — each matching `DESIGN.md` (e.g. a primary button: hover → `primary-hover` `#828fff`, focus → a 2px `primary-focus` ring). A missing state is the ...

Details

Author
PromptPartner
Repository
PromptPartner/agentsmith
Created
1 weeks ago
Last Updated
4 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

design-review-gate

Turns design review into observable checks. Load when you are judging a built UI surface ("does this look right/professional?", a visual QA request, before/after comparison of styling work), when generated design variants need comparison, or when any design document is about to be adopted, authored, or treated as authoritative - a DESIGN.md, tokens file, brand guide, or a reverse-engineered competitor analysis. NOT for producing the surface (ui-design-craft, motion-craft), for evidence rules on non-design deliverables (domain-evidence-discipline), or for code-correctness review (the code-review tooling).

2 Updated yesterday
F-e-u-e-r
Web & Frontend Solid

review-design

Internal UI/UX design review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks the changed UI against the project's design doc: consistency, states, responsiveness, and reuse — applies only when the project has a UI and the change touches it. Findings only; never edits code.

19 Updated 1 weeks ago
gtrabanco
Web & Frontend Featured

styleseed-design-review

Reviews UI/frontend code and tells you exactly why it "looks AI-generated" — then how to fix it. Use it when a React/Tailwind/HTML interface looks off, generic, or unfinished, when you want a design score before shipping, or when asked to make UI look more professional, polished, or "designed, not generated." Self-contained; based on the open-source StyleSeed design engine.

852 Updated 5 days ago
bitjaru