a11y-audit

Installation
SKILL.md

/a11y-audit — Accessibility Audit

Comprehensive accessibility check:

Focus Management

  • Every interactive element must have visible :focus-visible styles
  • Focus order must match visual order
  • No focus traps (except intentional modals)
  • Skip link present for keyboard users

Semantic HTML

  • Proper heading hierarchy (h1 > h2 > h3, no skipping)
  • Landmark elements: header, main, nav, footer
  • Lists use ul/ol, not styled divs
  • Buttons are , links are
Installs
3
Repository
dragoon0x/optik
First Seen
May 9, 2026
a11y-audit — dragoon0x/optik