Skip to main content
ClaudeWave
Skill436 estrellas del repoactualizado 6d ago

a11y-audit

The a11y-audit skill performs systematic accessibility evaluations against WCAG standards across specified conformance levels (A, AA, or AAA). It examines UI components for ARIA implementation, keyboard navigation, focus management, color contrast, and screen reader compatibility, then reports findings with WCAG criterion references, severity levels, user impact assessments, and remediation code patterns while flagging areas requiring manual verification.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/josstei/maestro-orchestrate /tmp/a11y-audit && cp -r /tmp/a11y-audit/claude/skills/a11y-audit ~/.claude/skills/a11y-audit
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Maestro Accessibility Audit

Call `get_skill_content` with resources: ["architecture"].

## Protocol

Before delegating, call `get_skill_content` with resources: ["delegation"] and follow the returned methodology.

## Workflow

1. Define the accessibility audit scope and target conformance level (A, AA, AAA)
2. Identify UI components, pages, and interactive elements
3. Audit WCAG compliance: ARIA usage, keyboard navigation, focus management, color contrast, screen reader compatibility
4. Present findings with WCAG criterion reference, severity, user impact, location, and remediation code patterns
5. Note any manual verification gaps if the environment cannot exercise the UI directly

## Constraints

- Present findings before proposing remediation
- Do not modify code without explicit user approval