a11y-auditor

Installation
SKILL.md

Accessibility Auditor

Accessibility isn't optional but checking for it manually is painful. This tool scans your HTML and JSX files for WCAG violations and tells you exactly what's wrong and how to fix it. No more guessing if your alt text is right or your heading hierarchy makes sense.

One command. Zero config. Just works.

Quick Start

npx ai-a11y src/

What It Does

  • Scans HTML and JSX files for WCAG 2.1 AA violations
  • Catches missing alt text, broken heading hierarchy, and color contrast issues
  • Generates specific fix suggestions with code examples
  • Supports glob patterns so you can target specific directories
  • Reports severity levels so you know what to fix first
Installs
3
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 18, 2026
a11y-auditor — openclaw/skills