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. Report mode: sweep codebase/page for prioritized report. Fix mode: audit-edit-verify loop. Prefers live-DOM via CDP, falls back to browser-MCP or HTML-string audits.
Audits code for WCAG 2.2 accessibility compliance using POUR principles, with severity ratings, user impact, and remediation steps including code examples.
Audits web projects for WCAG 2.2 AA accessibility gaps in HTML, React/TSX, Vue, Svelte components, CSS, and templates. Prioritizes issues by user impact and recommends fixes without code changes.