Loading...
Loading...
Review UI code for Web Interface Guidelines compliance. Use when asked to review UI, check accessibility, audit design, review UX, or check against best practices.
npx skill4agent add jgamaraalv/ts-dev-kit ui-ux-guidelines| Priority | Category | Impact | Reference File |
|---|---|---|---|
| 1 | Accessibility | CRITICAL | |
| 2 | Touch & Interaction | CRITICAL | |
| 3 | Performance | HIGH | |
| 4 | Layout & Responsive | HIGH | |
| 5 | Typography & Color | MEDIUM | |
| 6 | Animation | MEDIUM | |
| 7 | Forms | HIGH | |
| 8 | Content & Navigation | MEDIUM | |
| 9 | Charts & Data | LOW | |
references/references/accessibility-and-interaction.mdreferences/forms-content-checklist.mdreferences/layout-typography-animation.mdreferences/forms-content-checklist.mdreferences/accessibility-and-interaction.mduser-scalable=nomaximum-scale=1onPastepreventDefaulttransition: alloutline-none:focus-visible<div><span><button><a><img>widthheightonClick<a>.map()Intl.*aria-labelfile:line## src/Button.tsx
src/Button.tsx:42 - icon button missing aria-label
src/Button.tsx:18 - input lacks label
src/Button.tsx:55 - animation missing prefers-reduced-motion
src/Button.tsx:67 - transition: all -> list properties explicitly
## src/Modal.tsx
src/Modal.tsx:12 - missing overscroll-behavior: contain
src/Modal.tsx:34 - "..." -> "..."
## src/Card.tsx
pass