a11y-fix
Installation
SKILL.md
/a11y-fix — Accessibility Auto-Fix
Automatically repair common accessibility failures:
- Add :focus-visible styles where missing
- Replace div soup with semantic elements (header, main, nav, footer, section)
- Add aria-label to icon-only buttons
- Add aria-hidden to decorative elements
- Increase touch targets below 44x44px
- Add skip link if missing
- Fix heading hierarchy (no skipped levels)
Show before/after for each change.