a11y-audit

Installation
SKILL.md

Accessibility Audit

Workflow

  1. Detect framework from package.json (React, Vue, Svelte)
  2. Run static analysis -- grep JSX/TSX/HTML files for violations using the checklist below
  3. If dev server is running, optionally run axe-core CLI:
    npx @axe-core/cli@4 http://localhost:3000
    
  4. Report findings grouped by severity

WCAG Checklist

Level A -- Critical (blocks assistive technology users)

Images:

  • Every <img> has alt; decorative images use alt=""
  • Complex images (charts, diagrams) have detailed alt or linked description
Installs
19
GitHub Stars
10
First Seen
Mar 26, 2026
a11y-audit — helderberto/skills