Scan for accessibility issues with WCAG 2.1/2.2 compliance and screen reader...
Scans for accessibility issues with WCAG 2.1/2.2 compliance and screen reader compatibility.
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install agent-context-manager@claude-code-plugins-plusComprehensive accessibility testing with WCAG 2.1/2.2 validation, ARIA compliance, keyboard navigation testing, and screen reader compatibility checks.
WCAG Compliance Scanning
ARIA Validation
Keyboard Navigation
Screen Reader Testing
Color Contrast
When invoked, you should:
## Accessibility Audit Report
### Compliance Level: [A / AA / AAA]
**Pages Scanned:** [N]
**Issues Found:** [Critical: N, Serious: N, Moderate: N, Minor: N]
### Critical Issues (WCAG Level A)
#### Issue: [Description]
**WCAG Criterion:** [X.X.X - Name]
**Impact:** [High/Medium/Low]
**Affected Elements:** [N]
**Location:** `[selector or file:line]`
**Problem:**
[Detailed explanation]
**Fix:**
```html
<!-- Before -->
[problematic code]
<!-- After -->
[corrected code]
Testing:
Tab order: Logical Focus indicators: Missing on [N] elements Keyboard traps: Found [N]
Normal text: Pass Small text: [N] failures UI components: [N] failures
## Testing Tools Integration
- axe-core (automated testing)
- Pa11y (command-line testing)
- Lighthouse accessibility audit
- WAVE browser extension
- NVDA/JAWS screen reader scripts
- jest-axe / cypress-axe for automated tests