chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0
This commit is contained in:
43
skills/screen-reader-simulator/SKILL.md
Normal file
43
skills/screen-reader-simulator/SKILL.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user