auditing-accessibility

Installation
SKILL.md

Accessibility Audit

Perform a systematic accessibility audit for iOS/macOS apps. This audit covers the 7 most common accessibility issues that cause App Store rejections and user complaints.

Scope (optional): $ARGUMENTS

If no scope is provided, "all" is assumed.


Step 1: Identify Files to Audit

Search for SwiftUI views and UIKit view controllers in the target path:

# Find all view files
find {target_path} -name "*.swift" | xargs grep -l "View\|ViewController"
Installs
3
Repository
gannonh/skills
GitHub Stars
2
First Seen
May 9, 2026
auditing-accessibility — gannonh/skills