Audit UI code or a running page against WCAG 2.2 AA, covering semantics, keyboard access, focus management, labels, contrast, ARIA misuse, and motion, verifying in a real browser with axe-core when one is available and by code review when not. Produces findings ranked by user impact with concrete fixes. Use when building or reviewing UI components, before shipping user-facing pages, or when accessibility compliance is required.
$npx -y skills add khaledsaeed18/dotclaude --skill accessibility-auditInstalls into the current project.
Run `npx skills use "https://github.com/khaledsaeed18/dotclaude" --skill "khaledsaeed18/dotclaude/accessibility-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/khaledsaeed18/dotclaude" that are relevant to the current task. Run `npx skills add "https://github.com/khaledsaeed18/dotclaude"` and select the relevant skills, then follow their instructions.