Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Check a prototype against its original design direction and requirements before shipping. Compares implementation to the mockup/spec/context, flags drift in layout, spacing, type, color, states, and behavior, and reports a pass/fix list. Use when the user says "design QA", "does it match the design", "check against the spec", "conformance check", or before sharing/handing off a prototype. Part of the Product Design set. Uses a browser tool for visual comparison.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 66% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 20% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 32% | 0% |
Verify the built prototype actually matches the intended design + requirements. Catch drift before it ships. Unlike design-audit (open-ended critique of any UI), QA is a conformance check against a known source of truth — it answers "does this match what we agreed to build?"
design-share or dev handoff.design-audit../design/context.md, ./design/ideate/*../design/qa.md: PASS items + prioritized fix list (severity × effort) + a verdict.prototype: http://localhost:5173 source: ./mocks/onboarding.png + context.md
visual:
✓ layout matches ✗ body type 14px (spec 16px) ✗ accent #7C3 (spec #6366F1)
behavior:
✓ happy path ✗ no error state on empty name (spec requires inline error)
requirements (vs success criteria):
✓ 3-step wizard ✓ progress saved ✗ missing "skip" affordance (scope v1)
a11y:
✗ CTA contrast 3.1:1 (<4.5) manual: screen-reader pass still required
verdict: NOT READY — 4 fixes (2 HIGH: error state, contrast). Loop to design-prototype.PASS → design-share. FAIL → loop the fix list back to design-prototype (or design-image-to-code for visual drift), then re-QA. Don't share stakeholder-facing prototypes with unresolved HIGH items without explicitly flagging them.
Needs a browser-automation tool to capture screens/states for comparison. Without one, do a code-level + manual review and flag that visual conformance is unverified.
Other measured skills in the registry, with their headline benchmark lift.