Maestro-orchestrate a11y-audit
Run a Maestro-style accessibility audit for WCAG compliance, ARIA usage, keyboard navigation, and screen reader compatibility
install
source · Clone the upstream repo
git clone https://github.com/josstei/maestro-orchestrate
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/josstei/maestro-orchestrate "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/maestro/skills/a11y-audit" ~/.claude/skills/josstei-maestro-orchestrate-a11y-audit-0a033a && rm -rf "$T"
manifest:
plugins/maestro/skills/a11y-audit/SKILL.mdsource content
Read
../../references/runtime-guide.md.
Call get_skill_content with resources: ["architecture", "delegation"].
Call get_agent with agents: ["accessibility-specialist"].
Workflow
- Define the accessibility audit scope and target conformance level (A, AA, AAA)
- Identify UI components, pages, and interactive elements
- Audit WCAG compliance: ARIA usage, keyboard navigation, focus management, color contrast, screen reader compatibility
- Present findings with WCAG criterion reference, severity, user impact, location, and remediation code patterns
- Note any manual verification gaps if the environment cannot exercise the UI directly