44 lines
904 B
Markdown
44 lines
904 B
Markdown
---
|
|
name: screen-reader-simulator
|
|
description: Simulates screen reader experience to identify accessibility barriers in educational content.
|
|
---
|
|
|
|
# screen-reader-simulator
|
|
|
|
## Capabilities
|
|
|
|
- Simulate JAWS, NVDA, VoiceOver behavior
|
|
- Identify navigation issues
|
|
- Check alt text quality
|
|
- Validate heading structure
|
|
|
|
## Usage
|
|
|
|
Use this skill when:
|
|
- Testing interactive content
|
|
- Verifying navigation and reading order
|
|
- Checking screen reader compatibility
|
|
|
|
## Input
|
|
|
|
Content to test (HTML, text, or interactive elements).
|
|
|
|
## Output
|
|
|
|
Screen reader simulation report with:
|
|
- Reading order analysis
|
|
- Navigation issues identified
|
|
- Alt text quality assessment
|
|
- Heading structure validation
|
|
|
|
## Limitations
|
|
|
|
- Simulation is approximate
|
|
- Cannot replace actual screen reader testing
|
|
- Does not cover all screen reader variants
|
|
|
|
## Assumptions
|
|
|
|
- Content is in testable format
|
|
- HTML structure is available
|