What problem does it solve? Interfaces often ship with hidden usability defects—low contrast text, skipped heading levels, broken images, confusing forms, and poor error recovery—that frustrate users and fail accessibility standards. This Skill provides a structured heuristic audit framework to detect and fix these issues systematically. ## Core Features & Use Cases - Heuristic Evaluation: Applies Nielsen Norman's 10 usability heuristics, Norman's interaction principles, and Gestalt visual principles to any interface. - Anti-Pattern Detection: Enforces concrete invariants such as WCAG AA contrast ratios (4.5:1 body text), minimum font sizes (11px UI, 14px body), sequential heading hierarchy, and visible-at-rest content. - Form & Checkout Audits: Covers validation timing, error message quality, button hierarchy, guest checkout, and mobile touch targets (44x44px). - Use Case: Ask the agent to audit a multi-step checkout form; it returns a checklist of violations (e.g., premature inline validation, wiped fields on error, undersized labels) with concrete fixes and evidence. ## Quick Start Audit my checkout form for usability issues using Nielsen heuristics and list every violation with a recommended fix.