multiAI Summary Pending
wcag-audit-patterns
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.
28,273 stars
bysickn33
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/wcag-audit-patterns/SKILL.md --create-dirs "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/plugins/antigravity-awesome-skills-claude/skills/wcag-audit-patterns/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/wcag-audit-patterns/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How wcag-audit-patterns Compares
| Feature / Agent | wcag-audit-patterns | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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.