What problem does it solve? SwiftUI, UIKit, and AppKit code is often written without accessibility support, leaving VoiceOver, Voice Control, Dynamic Type, and other assistive technologies broken and blocking App Store Accessibility Nutrition Label claims. This Skill builds accessibility into the first draft, fixes existing code, and audits apps against all 9 Nutrition Label categories. ## Core Features & Use Cases - First-draft accessibility rules: Automatically adds labels, traits, Reduce Motion gating, Dynamic Type scaling, and 44pt touch targets when generating SwiftUI, UIKit, or AppKit code. - Audits and fixes: Triages issues by severity (Blocks Assistive Tech, Degrades Experience, Incomplete Support) with before/after transformation examples for all three frameworks. - Nutrition Label recommendations: Maps code coverage to all 9 App Store Accessibility Nutrition Label categories with pass/fail criteria and WCAG 2.2 mapping. - Use Case: Ask for a SwiftUI settings screen and receive code with icon-only button labels, Reduce Motion-gated animations, semantic colors, and an Accessibility Summary listing what to verify in Xcode and on device. ## Quick Start Ask the agent to review your SwiftUI view for VoiceOver and Dynamic Type accessibility and apply the required fixes.