accessibility-auditor
Automatically scans for VoiceOver label issues, Dynamic Type violations, color contrast failures, and WCAG compliance problems.
How to Use This Agent
Natural language (automatic triggering):
- "Check my code for accessibility issues"
- "I need to submit to the App Store soon, can you review accessibility?"
- "Review my code for accessibility compliance"
- "Check if my UI follows WCAG guidelines"
Explicit command:
bash
/axiom:audit-accessibilityWhat It Checks
- VoiceOver Labels (CRITICAL) — Missing accessibilityLabel, generic labels
- Dynamic Type (HIGH) — Fixed font sizes instead of .font(.body)
- Color Contrast (HIGH) — Low contrast text/background combinations
- Touch Target Sizes (MEDIUM) — Buttons smaller than 44x44pt
- Reduce Motion Support (MEDIUM) — Animations without checks
- Keyboard Navigation (MEDIUM) — Missing keyboard shortcuts
Model & Tools
- Model: haiku
- Tools: Glob, Grep, Read
- Color: purple
- Scan Time: <1 second
Related Skills
- accessibility-diag skill — Comprehensive accessibility diagnostics with WCAG compliance