Loading...
Loading...
Validate WCAG 2.1 compliance, screen reader compatibility, and Universal Design for Learning (UDL) principles implementation throughout curriculum materials. Use when checking accessibility, validating UDL, or ensuring compliance. Activates on "accessibility check", "WCAG validation", "UDL review", or "screen reader test".
npx skill4agent add pauljbernard/content curriculum-review-accessibility# Accessibility Review: [TOPIC]
**Review Date**: [Date]
**Standards**: WCAG 2.1 Level AA, UDL
**Materials**: [List]
## Compliance Status
**WCAG 2.1**: [Pass/Fail] - [X/Y criteria met]
**UDL Principles**: [Excellent/Good/Fair/Poor]
**Overall**: [Ready/Needs Revision]
## WCAG Issues Found
### Critical (Level A) - Must Fix
1. [Location]: Missing alt text for diagram
- **Impact**: Screen reader users cannot access content
- **Fix**: Add descriptive alt text: "[description]"
### Important (Level AA) - Should Fix
1. [Location]: Color contrast 3.2:1 (needs 4.5:1)
- **Impact**: Low vision users struggle to read
- **Fix**: Darken text or lighten background
### Enhancement (Level AAA) - Nice to Have
1. [Location]: No sign language interpretation
- **Impact**: Deaf users who prefer sign language
- **Fix**: Consider adding sign language video
## Document Accessibility
**PDF Review**:
- ❌ Headings not tagged
- ❌ Reading order incorrect
- ✅ Searchable text
- ❌ Form fields unlabeled
**Fixes Needed**:
1. Tag all headings with proper levels
2. Fix reading order in Acrobat
3. Add labels to form fields
## Multimedia Accessibility
**Videos**:
- ❌ No captions
- ❌ No transcript
- ❌ No audio description
**Fixes**: Add captions, transcripts, audio descriptions
## UDL Implementation
### Representation (Why)
✅ **Strengths**:
- Multiple formats provided (text, video, diagrams)
- Vocabulary defined
⚠️ **Gaps**:
- No audio version of readings
- Limited visual alternatives
### Engagement (How)
⚠️ **Strengths**:
- Some choice in topics
✅ **Gaps**:
- Limited collaboration options
- No self-regulation scaffolds
### Expression (What)
⚠️ **Strengths**:
- Two assessment format options
❌ **Gaps**:
- No assistive technology support
- Limited scaffolding tools
## Keyboard Navigation
- ✅ All buttons keyboard accessible
- ❌ Skip navigation link missing
- ❌ Focus indicators insufficient
## Screen Reader Testing
- ⚠️ Mostly compatible
- ❌ Some tables not properly structured
- ❌ Links not descriptive ("click here")
## Recommendations
### Priority 1 (Legal Compliance)
1. Add alt text to all images
2. Provide captions for videos
3. Fix color contrast issues
4. Tag PDF headings
### Priority 2 (UDL Implementation)
1. Offer audio versions of text
2. Add student choice opportunities
3. Provide multiple expression formats
4. Include collaboration options
### Priority 3 (Enhancement)
1. Add audio descriptions
2. Provide sign language
3. Enhance keyboard navigation
---
**Artifact Metadata**:
- **WCAG Compliance**: [Level]
- **UDL Rating**: [Score]
- **Critical Issues**: [Count]
- **Ready**: [Yes/No]# Full accessibility review
/curriculum.review-accessibility --materials "curriculum-artifacts/" --standard "WCAG2.1-AA"
# PDF-specific
/curriculum.review-accessibility --pdf "student-handout.pdf"
# UDL focus
/curriculum.review-accessibility --focus "udl" --lessons "lessons/*.md"
# Help
/curriculum.review-accessibility --help