- Add date_added to all 950+ skills for complete tracking - Update version to 6.5.0 in package.json and README - Regenerate all indexes and catalog - Sync all generated files Features from merged PR #150: - Stars/Upvotes system for community-driven discovery - Auto-update mechanism via START_APP.bat - Interactive Prompt Builder - Date tracking badges - Smart auto-categorization All skills validated and indexed. Made-with: Cursor
45 lines
1.5 KiB
Markdown
45 lines
1.5 KiB
Markdown
---
|
|
name: wcag-audit-patterns
|
|
description: "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 ac..."
|
|
risk: unknown
|
|
source: community
|
|
date_added: "2026-02-27"
|
|
---
|
|
|
|
# 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
|
|
|
|
1. Run automated scans (axe, Lighthouse, WAVE) to collect initial findings.
|
|
2. Perform manual checks (keyboard navigation, focus order, screen reader flows).
|
|
3. Map each issue to a WCAG criterion, severity, and remediation guidance.
|
|
4. 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.md` for detailed patterns, checklists, and templates.
|