> wcag-audit-patterns
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.
curl "https://skillshub.wtf/sickn33/antigravity-awesome-skills/wcag-audit-patterns?format=md"WCAG Audit Patterns
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.
Use this skill when
- Conducting accessibility audits
- Fixing WCAG violations
- Implementing accessible components
- Preparing for accessibility lawsuits
- Meeting ADA/Section 508 requirements
- Achieving VPAT compliance
Do not use this skill when
- You need legal advice or formal certification
- You only want a quick automated scan without manual verification
- You cannot access the UI or source for remediation work
Instructions
- Run automated scans (axe, Lighthouse, WAVE) to collect initial findings.
- Perform manual checks (keyboard navigation, focus order, screen reader flows).
- Map each issue to a WCAG criterion, severity, and remediation guidance.
- Re-test after fixes and document residual risk and compliance status.
Refer to resources/implementation-playbook.md for detailed patterns, checklists, and templates.
Safety
- Avoid claiming legal compliance without expert review.
- Keep evidence of test steps and results for audit trails.
Resources
resources/implementation-playbook.mdfor detailed patterns, checklists, and templates.
> related_skills --same-repo
> zustand-store-ts
Create Zustand stores following established patterns with proper TypeScript types and middleware.
> zoom-automation
Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.
> zoho-crm-automation
Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas.
> zod-validation-expert
Expert in Zod — TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js, and tRPC.