From a11y-wcag22
Audit source files for WCAG 2.2 accessibility issues. Use when asked to review accessibility, check a11y, audit components, or run /a11y-audit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/a11y-wcag22:a11y-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit source files for WCAG 2.2 accessibility conformance. This is the user-facing entry point — it validates arguments and dispatches the agent.
Audit source files for WCAG 2.2 accessibility conformance. This is the user-facing entry point — it validates arguments and dispatches the agent.
/a11y-audit path/to/file.vue — audit a specific file/a11y-audit path/to/directory/ — audit all supported files in a directory/a11y-audit --changed — audit git-changed files (staged + unstaged)/a11y-audit --level AAA — override conformance level (default: AA)/a11y-audit --category "Forms and validation" — restrict to one category/a11y-audit --browser http://localhost:3000 — add browser verification/a11y-audit --no-cache — skip cache, audit all scoped files/a11y-audit — defaults to changed files, level AAAlways dispatch the agent. Never evaluate files yourself.
Parse the user's input and validate:
--level must be A, AA, or AAA. If invalid, print: "Invalid level '[value]'. Use A, AA, or AAA." and stop.--category must match one of these 9 names (case-insensitive):
--browser URLs must start with http:// or https://. If invalid, print: "Invalid URL '[value]'. URLs must start with http:// or https://." and stop.Invoke the a11y-agent agent using the Agent tool with subagent_type: "a11y-agent".
Pass the complete prompt:
Mode: audit
Arguments: [the full original user arguments as-is]
Level: [parsed level, default AA]
Category: [parsed category or "all"]
Browser URLs: [parsed URLs or "none"]
File targets: [parsed file/directory paths or "--changed" or "default --changed"]
No-cache: [true/false]
Do not proceed further. The agent handles everything: scoping, classification, parallel evaluation, aggregation, caching, 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.
Conducts interactive WCAG accessibility audits on entire solutions, directories, or live URLs, checking compliance levels A/AA/AAA with optional Playwright visual scans.