What problem does it solve? Building inclusive digital products requires translating WCAG 2.2 success criteria into concrete platform-specific code, and teams often miss keyboard navigation, contrast, focus management, or screen-reader support during implementation and review. ## Core Features & Use Cases - Cross-Platform Semantic Mapping: Maps accessibility features across Web (ARIA/HTML), iOS (SwiftUI traits and labels), and Android (Compose semantics and contentDescription). - WCAG 2.2 Auditing: Reviews code against success criteria including Target Size (24x24px), Focus Appearance, contrast ratios, and Redundant Entry. - Anti-Pattern Detection: Identifies div-buttons, color-only status indicators, uncontained modal focus, and redundant alt text. - Use Case: When building a new checkout form, use this Skill to generate proper labels, error suggestions, focus indicators, and live-region announcements that pass WCAG 2.2 Level AA. ## Quick Start Audit my login form component for WCAG 2.2 Level AA compliance and fix any keyboard, contrast, or screen-reader issues.