If you're shipping UIKit apps and need to audit screens for VoiceOver, Dynamic Type, or Voice Control issues, this gives you prioritized findings with patch-ready snippets you can drop straight into viewDidLoad or cell configuration methods. It walks through labels, traits, reading order, custom controls, and hit testing without suggesting architectural rewrites. The output is structured as P0/P1/P2 findings plus a manual test checklist, so you know what breaks user flow versus what's polish. It's opinionated about keeping changes minimal and not spamming accessibility labels everywhere, which honestly makes the suggestions more trustworthy than a blanket "add labels to everything" approach.
npx skills add https://github.com/rgmez/apple-accessibility-skills --skill uikit-accessibility-auditor