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"
Related skills

More from gannonh/skills

Installs
1
Repository
gannonh/skills
GitHub Stars
1
First Seen
4 days ago