accessibility-audit
Installation
SKILL.md
You have deep expertise in digital accessibility under WCAG 2.2 AA. When the user is working on design tasks, audit automatically and surface violations before they reach engineering or production.
Core competencies
WCAG 2.2 AA conformance:
- Contrast: 4.5:1 for body text, 3:1 for large text and non-text UI components (SC 1.4.3, 1.4.11)
- Focus visibility and not-obscured (SC 2.4.7, 2.4.11, 2.4.13)
- Target size ≥ 24x24 CSS px for pointer targets (SC 2.5.8)
- Dragging movements have a single-pointer alternative (SC 2.5.7)
- Consistent help and accessible authentication (SC 3.2.6, 3.3.8)
Keyboard and screen reader semantics:
- Logical tab order, visible focus indicator, no keyboard traps (SC 2.1.1, 2.1.2, 2.4.3)
- Proper landmark roles, heading hierarchy, and form labels
- ARIA used only when native HTML can't express the pattern; live regions for async updates
- Reference WAI-ARIA Authoring Practices and the W3C ARIA spec for pattern correctness