a11y-audit

Solid

Dedicated WCAG 2.2 AA/AAA accessibility audit across 10 dimensions (A1-A10) covering semantic HTML, keyboard navigation, ARIA patterns, color contrast, forms, images/media, responsive/zoom, motion/animation, reading/content, and legal compliance. Goes far beyond surface-level design-review checks with deep compliance-focused analysis, WCAG criterion mapping, and legal risk assessment (ADA Title II, EAA, Section 508). Critical gates on keyboard (A2) and contrast (A4). Flags: [path] | full | --live-url <url> | --quick | --fix | --standard AA|AAA | --legal ada|eaa|508.

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# zuvo:a11y-audit — WCAG 2.2 Accessibility Audit Deep, compliance-focused accessibility audit across 10 weighted dimensions with WCAG 2.2 criterion mapping, legal risk assessment, and actionable fix generation. Every finding maps to a specific WCAG success criterion and severity level. **When to use:** Before public launches, when targeting WCAG compliance, after ADA/EAA legal requirements surface, periodic accessibility health checks, when onboarding a codebase that must meet compliance standards, after adding interactive components or forms. **Out of scope:** Surface-level design consistency (`zuvo:design-review`), visual design quality (`zuvo:ui-design-team`), code quality (`zuvo:code-audit`), penetration testing (`zuvo:pentest`). ## Argument Parsing Parse `$ARGUMENTS` for these flags: | Argument | Effect | |----------|--------| | `[path]` | Audit a specific directory or component | | `full` | Audit the entire project | | `--live-url <url>` | Enable browser-based testing (axe-core via MCP) | | `--quick` | Critical gates only (A2 Keyboard, A4 Contrast) | | `--fix` | Generate fix code for all findings | | `--standard AA\|AAA` | Compliance level (default: AA) | | `--legal ada\|eaa\|508` | Focus on a specific legal standard | | `--max-files [N]` | Cap audit to N files (default: 40) | | `--persist-backlog` | Emit backlog entries for CRITICAL/HIGH findings | | Mode | Scope | Phases | Browser | |------|-------|--------|---------| | `[path]` | Directory/component | 0-5 | No ...

Details

Author
greglas75
Repository
greglas75/zuvo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category