This auditor walks through your SwiftUI views and flags accessibility issues for iOS and macOS, grouped by priority (P0, P1, P2) with patch-ready fixes you can drop straight in. It catches the usual suspects: icon buttons missing labels, fixed font sizes breaking Dynamic Type, custom tap gestures that lock out VoiceOver users, and color-only state indicators. The output includes a manual test checklist with concrete VoiceOver and Voice Control steps, which is helpful because you actually need to verify this stuff by ear and keyboard. It's opinionated about minimal changes and won't rewrite your whole view unless there's a real blocker. Solid if you're shipping to real users and need to move past "we'll fix accessibility later."
npx skills add https://github.com/rgmez/apple-accessibility-skills --skill swiftui-accessibility-auditor