From a11y-wcag22
Fix accessibility issues found by /a11y-audit. Use when asked to fix a11y issues, run /a11y-fix, or remediate accessibility findings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/a11y-wcag22:a11y-fixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fix accessibility issues identified by a prior `/a11y-audit` run. This is the user-facing entry point — it validates arguments and dispatches the agent.
Fix accessibility issues identified by a prior /a11y-audit run. This is the user-facing entry point — it validates arguments and dispatches the agent.
/a11y-fix — fix all automatable issues from the most recent audit/a11y-fix check-id-001 — fix a specific check by ID/a11y-fix --category "Forms and validation" — fix all fixable findings in a categoryAlways dispatch the agent. Never apply fixes yourself.
docs/a11y-reports/ using Glob for docs/a11y-reports/*-audit.json. If none found, print: "No audit report found. Run /a11y-audit first." and stop.--category is passed, validate against the same 9 category names as /a11y-audit (case-insensitive, suggest closest on mismatch).Invoke the a11y-agent agent using the Agent tool with subagent_type: "a11y-agent".
Pass the complete prompt:
Mode: fix
Arguments: [the full original user arguments as-is]
Check IDs: [specific IDs or "all"]
Category: [parsed category or "all"]
Do not proceed further. The agent handles everything: loading findings, prioritization, parallel fixing, verification, and reporting.
npx claudepluginhub deventually/a11y-plugin --plugin a11y-wcag22Audits and fixes WCAG 2.2 accessibility issues with report (sweep and prioritize, no edits) and fix (audit-edit-verify loop) modes. Prefers live CDP, falls back to browser MCP or HTML string audit.
Runs a WCAG AA accessibility audit across 7 scan categories (keyboard, contrast, ARIA, reduced motion, screen reader, high contrast, automated axe) with findings and fixes.