Ensures mobile applications meet WCAG 2.2 AA compliance across React Native, Expo, iOS, and Android platforms.
The Mobile Accessibility Auditor is a specialized skill for Claude Code designed to review and remediate accessibility issues in mobile codebases. While most automated tools focus on web-based HTML/CSS, this skill provides deep domain expertise in mobile-specific APIs such as React Native's accessibility props, SwiftUI modifiers, and Jetpack Compose semantics. It helps developers enforce touch target minimums, manage screen reader focus, and implement accessible live regions, ensuring that approximately 60% of web traffic—the mobile segment—remains inclusive and compliant with international standards.
Características Principales
01Screen reader semantic review for accessibilityLabel, accessibilityRole, and accessibilityHint.
02259 GitHub stars
03Cross-platform auditing for React Native, Expo, SwiftUI, UIKit, and Jetpack Compose.
04Detailed platform-specific guidance for native iOS and Android accessibility APIs.
05Verification of touch target sizes (44pt for iOS, 48dp for Android) to meet WCAG standards.
06Complex focus management and live region implementation for dynamic mobile UI content.
Casos de Uso
01Auditing a React Native app to identify missing accessibility props on custom interactive elements.
02Fixing navigation-based focus issues where screen readers fail to move to new modal content.
03Refactoring SwiftUI or Jetpack Compose code to ensure proper screen reader announcement order.