curriculum-review-accessibility
npx skills add https://github.com/pauljbernard/content --skill curriculum-review-accessibility
Agent 安装分布
Skill 文档
Accessibility Validation & UDL Compliance
Ensure all curriculum materials meet accessibility standards and implement Universal Design for Learning principles for all learners.
When to Use
- Validate WCAG 2.1 compliance
- Check UDL implementation
- Test screen reader compatibility
- Verify keyboard navigation
- Ensure accessible formats
Required Inputs
- Materials: Digital content, documents, multimedia
- Standards: WCAG 2.1 Level (A, AA, AAA)
- Platform: Web, PDF, LMS, etc.
Workflow
1. WCAG 2.1 Compliance Check
Perceivable: â Text alternatives for non-text content â Captions and transcripts for multimedia â Content can be presented in different ways â Sufficient color contrast (4.5:1 minimum) â Text can be resized to 200%
Operable: â All functionality available via keyboard â Enough time to read and interact â No content that causes seizures (flashing) â Navigation is clear and consistent â Input purposes identified
Understandable: â Text is readable and predictable â Pages appear and operate predictably â Input assistance for errors â Labels and instructions provided
Robust: â Compatible with assistive technologies â Proper markup and semantics â Name, role, value for all components
2. UDL Principles Assessment
Multiple Means of Representation:
- â Visual AND textual information
- â Audio descriptions available
- â Content in multiple formats
- â Key vocabulary defined
- â Background knowledge activated
Multiple Means of Engagement:
- â Student choice opportunities
- â Relevance and authenticity
- â Appropriate challenge level
- â Collaboration options
- â Self-reflection prompts
Multiple Means of Expression:
- â Multiple assessment formats
- â Varied response options
- â Scaffolds for practice
- â Tools and supports available
- â Progress monitoring
3. Generate Accessibility Report
# 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]
4. CLI Interface
# 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
Exit Codes
- 0: Fully compliant
- 1: Issues found
- 2: Cannot load materials
- 3: Critical accessibility barriers