What problem does it solve? Frontend quality issues like poor contrast, missing ARIA labels, hard-coded colors, and broken mobile layouts often go unnoticed until users complain. This Skill systematically scans your interface code across accessibility, performance, theming, and responsive design dimensions, producing a prioritized report instead of silently fixing things. ## Core Features & Use Cases - Multi-Dimensional Diagnostic Scan: Checks WCAG contrast ratios, ARIA attributes, keyboard navigation, layout thrashing, animation performance, design token usage, dark mode support, touch target sizes, and viewport breakpoints. - Anti-Pattern Detection: Flags AI-generated design tells such as gradient text, glassmorphism, generic fonts, nested cards, and bounce easing against the frontend-design skill guidelines. - Severity-Ranked Report: Generates a structured audit report with Critical/High/Medium/Low findings, impact explanations, WCAG references, and recommended follow-up commands like /normalize or /optimize. - Use Case: Before shipping a new feature, run an audit on your components directory to catch WCAG AA violations and hard-coded colors, then hand off the prioritized findings to fix-focused commands. ## Quick Start Ask the assistant to audit the components in your feature directory for accessibility, performance, theming, and responsive design issues and produce a severity-ranked report.