setup-accessibility

Installation
SKILL.md

Setup Accessibility

What This Sets Up

PostToolUse hook on Edit/Write catching accessibility anti-patterns in TSX/JSX:

  • Ban <img> without alt — images must have alt text (use alt="" for decorative images)
  • Ban mouse-only event handlersonClick on non-interactive elements (<div>, <span>) requires role, tabIndex, and onKeyDown/onKeyUp
  • Ban missing ARIA attributes on widget rolesrole="combobox" needs aria-expanded + aria-controls, role="dialog" needs aria-label/aria-labelledby, role="tablist" needs child role="tab" elements

Also includes:

  • Playwright AXE test setup for automated WCAG 2.1 AA scanning
  • ARIA Patterns Reference — correct markup for combobox, tabs, dialog, accordion, and more

Steps

1. Install Playwright AXE

Related skills
Installs
5
GitHub Stars
3
First Seen
Mar 30, 2026