Loading...
Loading...
Review UI code against Rauno Freiberg's interface guidelines. Use when checking interactivity, typography, motion, touch, optimizations, accessibility, and design details.
npx skill4agent add artivilla/agents-config interfaces-raunofreiberg$ARGUMENTS$ARGUMENTS<form>typepasswordemailspellcheckautocompleterequireduser-selectpointer-eventspadding-webkit-font-smoothing: antialiasedtext-rendering: optimizeLegibilityclamp()clamp(48px, 5vw, 72px)font-sizefont-variant-numeric: tabular-nums-webkit-text-size-adjust: 100%scroll-behavior: smooth@media (hover: hover)mutedplaysinline<video />touch-action-webkit-tap-highlight-color: rgba(0,0,0,0)blur()filterbackdrop-filtertransform: translateZ(0)will-changemousedownclickprefers-color-schemearia-label<img>aria-label::selection::selection═══════════════════════════════════════════════════
INTERFACE GUIDELINES: [filename]
═══════════════════════════════════════════════════
INTERACTIVITY (X issues)
────────────────────────
[INPUT] Line 23: Input missing type attribute
Fix: Add type="email" based on field context
TYPOGRAPHY (X issues)
─────────────────────
[TYPE] Line 45: Missing -webkit-font-smoothing: antialiased
Fix: Add to global styles or body element
MOTION (X issues)
─────────────────
[MOTION] Line 67: Animation duration 400ms too slow for interaction
Fix: Reduce to ≤200ms
TOUCH (X issues)
────────────────
[TOUCH] Line 89: Hover state not gated behind @media (hover: hover)
Fix: Wrap hover styles in @media (hover: hover) { }
OPTIMIZATIONS (X issues)
────────────────────────
[PERF] Line 101: Large blur(20px) on backdrop-filter may be slow
Fix: Reduce blur value or test on low-end devices
ACCESSIBILITY (X issues)
────────────────────────
[A11Y] Line 112: Icon button missing aria-label
Fix: Add aria-label="Close" to describe the action
DESIGN (X issues)
─────────────────
[DESIGN] Line 130: No empty state for list component
Fix: Add empty state prompting user to create first item
═══════════════════════════════════════════════════
SUMMARY: X interactivity, X typography, X motion, X touch, X optimization, X a11y, X design
Score: XX/100
═══════════════════════════════════════════════════@media (hover: hover)will-changeoutline