Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.
Add this skill
npx mdskills install sickn33/wcag-audit-patternsSolid accessibility audit framework with clear workflow but lacks detailed implementation guidance
1---2name: wcag-audit-patterns3description: Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.4---56# WCAG Audit Patterns78Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.910## Use this skill when1112- Conducting accessibility audits13- Fixing WCAG violations14- Implementing accessible components15- Preparing for accessibility lawsuits16- Meeting ADA/Section 508 requirements17- Achieving VPAT compliance1819## Do not use this skill when2021- You need legal advice or formal certification22- You only want a quick automated scan without manual verification23- You cannot access the UI or source for remediation work2425## Instructions26271. Run automated scans (axe, Lighthouse, WAVE) to collect initial findings.282. Perform manual checks (keyboard navigation, focus order, screen reader flows).293. Map each issue to a WCAG criterion, severity, and remediation guidance.304. Re-test after fixes and document residual risk and compliance status.3132Refer to `resources/implementation-playbook.md` for detailed patterns, checklists, and templates.3334## Safety3536- Avoid claiming legal compliance without expert review.37- Keep evidence of test steps and results for audit trails.3839## Resources4041- `resources/implementation-playbook.md` for detailed patterns, checklists, and templates.42
Full transparency — inspect the skill content before installing.