accessibility-audit
SKILL.md
Accessibility Audit Skill
Comprehensive WCAG 2.2 Level AA accessibility auditing for React/TypeScript applications with MUI framework awareness.
Quick Reference
| Severity | Impact | Examples |
|---|---|---|
| Critical | Blocks access completely | Keyboard traps, missing alt on actions, no focus visible |
| High | Significantly degrades UX | Poor contrast on CTAs, no skip navigation, small touch targets |
| Medium | Minor usability impact | Missing autocomplete, unclear link text |
| Low | Best practice enhancement | Could add tooltips, more descriptive titles |
Key Principle
Severity = Impact x Likelihood, NOT WCAG conformance level. A Level A failure can be LOW severity; a Level AA failure can be CRITICAL.