A11Y Fix

Auto-fix detectable accessibility issues. Adds focus styles, semantic HTML, ARIA attributes, and touch target sizing.

dragoon0x 3d49299 602 B Updated

File contents

/a11y-fix — Accessibility Auto-Fix

Automatically repair common accessibility failures:

  1. Add :focus-visible styles where missing
  2. Replace div soup with semantic elements (header, main, nav, footer, section)
  3. Add aria-label to icon-only buttons
  4. Add aria-hidden to decorative elements
  5. Increase touch targets below 44x44px
  6. Add skip link if missing
  7. Fix heading hierarchy (no skipped levels)

Show before/after for each change.

dragoon0x/optik/tree/main/source/skills/a11y-fix commit 3d492990de

Frequently asked questions

npx skillmds@latest add dragoon0x/a11y-fix