# A11Y Fix

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

- Skill: `dragoon0x/a11y-fix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/a11y-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/a11y-fix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/a11y-fix

---


# /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.

