Stats
Actions
Tags
From ux-researcher
Comprehensive UX-focused accessibility audit — goes beyond code compliance to evaluate the actual user experience for people with disabilities
How this skill is triggered — by the user, by Claude, or both
Slash command
/ux-researcher:accessibility-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit: **$0**
Audit: $0
Focus: $1 (default: all)
This audit goes beyond WCAG compliance checklists to evaluate real-world usability.
aria-hidden, role="presentation")aria-live)## Accessibility Audit: <target>
### Experience Summary
| Disability | Usability Score (1-5) | Critical Blockers |
|-----------|----------------------|-------------------|
| Screen reader | 3 | Form fields unlabeled |
| Keyboard only | 4 | Modal has no focus trap |
| Low vision | 2 | Fails at 200% zoom |
| Motor impairment | 4 | — |
| Cognitive | 3 | Error messages unclear |
### Blockers (prevents task completion)
1. **<issue>**: <who it blocks + fix>
### Barriers (makes task significantly harder)
1. **<issue>**: <who it affects + fix>
### Improvements (nice to have)
1. **<issue>**: <recommendation>
### Testing Recommendations
- Screen reader: test with VoiceOver (macOS) or NVDA (Windows)
- Keyboard: unplug mouse, navigate entire flow
- Zoom: test at 200% and 400%
- Automated: add `axe-core` to CI
npx claudepluginhub silviaare95/xari-plugins --plugin ux-researcherCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.