What problem does it solve? Accessibility defects like low color contrast, missing alt text, undersized touch targets, and missing ARIA labels are easy to miss during development and costly to fix later. This Skill statically audits a component or page against WCAG 2.2 AA criteria and applies fixes directly where possible. ## Core Features & Use Cases - WCAG 2.2 AA Audit: Checks perceivable, operable, understandable, and robust criteria including contrast ratios, touch target sizes, keyboard navigation, and semantic HTML. - Design Token Contrast Verification: Validates design system tokens like --foreground, --muted-foreground, --brand, and --destructive against minimum contrast ratios. - Auto-Fixes with Severity Report: Applies fixes directly where possible and reports remaining issues ranked Critical, Major, or Minor. - Use Case: Before shipping a new settings page, run the audit on the page file to catch 36px icon buttons that violate the 44px touch target minimum and form inputs missing programmatically associated error messages. ## Quick Start Ask the assistant to run an accessibility audit on a specific component or page file path and fix the issues it finds.