Covers the full accessibility stack for iOS and macOS apps, from basic VoiceOver labels and traits to focus management with @AccessibilityFocusState, custom rotors, and assistive tech like Switch Control and Voice Control. The focus management section is especially useful since that's where most apps break, with concrete patterns for returning focus after sheet dismissals. Includes Dynamic Type with @ScaledMetric, respecting system preferences like Reduce Motion and Increase Contrast, and both SwiftUI and UIKit patterns. Also covers testing with XCTest and has a review checklist. If you're shipping to the App Store or need to meet accessibility compliance, this gives you the implementation patterns and avoids the common mistakes that fail audits.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-accessibility