Design review — measure the design system + flag smells
review_designAudit a webpage's design system, measuring palette, typography, spacing, and shadows, then flag design smells with selectors for each issue.
Instructions
Zero-image DESIGN audit — the taste counterpart to scan_accessibility. Measures the page's actual design system (palette, type scale, weights and families, spacing rhythm, radii, shadows) and flags design smells: too many font sizes or colors, off-grid spacing, cramped or over-long or sub-16px body text, inconsistent radii, near-miss alignment — each with an addressable selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to open, e.g. http://localhost:5173. | |
| reload | No | Reload even if the URL is already open (default reuses it, so it can be stale after an edit). | |
| viewport | No | Switch to this breakpoint first. Default: keep the current one. | |
| maxSmells | No | CI gate: mark the response a FAILURE when design smells exceed this (0 = spotless). Omit to report without a verdict. |