Conducts WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use for auditing websites, fixing violations, or implementing accessible patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/accessibility-compliance:wcag-audit-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.
| Level | Description | Required For |
|---|---|---|
| A | Minimum accessibility | Legal baseline |
| AA | Standard conformance | Most regulations |
| AAA | Enhanced accessibility | Specialized needs |
Perceivable: Can users perceive the content?
Operable: Can users operate the interface?
Understandable: Can users understand the content?
Robust: Does it work with assistive tech?
Critical (Blockers):
├── Missing alt text for functional images
├── No keyboard access to interactive elements
├── Missing form labels
└── Auto-playing media without controls
Serious:
├── Insufficient color contrast
├── Missing skip links
├── Inaccessible custom widgets
└── Missing page titles
Moderate:
├── Missing language attribute
├── Unclear link text
├── Missing landmarks
└── Improper heading hierarchy
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
npx claudepluginhub wshobson/agents --plugin accessibility-complianceGuides WCAG 2.2 accessibility audits with automated scans, manual checks, and remediation strategies for ADA/Section 508 compliance.
Audits WCAG 2.1/2.2/3.0 compliance, maps accessibility violations to criteria, provides remediation guidance with ARIA patterns and code examples.
Audits designs for WCAG 2.2 AA violations (contrast, focus, target size, keyboard semantics, motion, cognition). Auto-activates on designer tasks.