What problem does it solve? Frontend codebases drift over time: components duplicate, loading and error states go missing, accessibility attributes are skipped, and one-off implementations bypass the design system. This Skill runs a structured DX1-DX20 checklist audit across your views so inconsistencies and critical gaps are found systematically instead of by user complaint. ## Core Features & Use Cases - DX1-DX20 Code Audit: Scores each view on layout, design tokens, state coverage (loading/error/empty), keyboard navigation, ARIA, and shared component adoption, with critical gates for DX6/DX7/DX10/DX20. - DAP1-DAP12 Anti-Pattern Detection: Finds prop drilling, inline style overrides, missing confirmation dialogs, z-index wars, and missing reduced-motion support. - Visual & WCAG Mode: Optional chrome-devtools screenshots at three breakpoints plus axe-core accessibility scans when a dev server is running. - Auto-Fix & Loop Modes: --fix-critical repairs critical gate failures (loading.tsx/error.tsx creation, confirmation dialogs), and loop mode audits, fixes, and re-audits with a delta report. - Use Case: Run design-review src/app before a release to get per-view tier scores, a state coverage matrix, and a prioritized action plan saved to zuvo/audits/. ## Quick Start Ask the AI to run a design review audit on your frontend views, for example: audit the components in src/app for design consistency and accessibility.