# Screen Reader

> Screen reader compatibility, testing, and optimization.

- Skill: `majiayu000/screen-reader` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add majiayu000/screen-reader`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/screen-reader/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/screen-reader

---


# Screen Reader Skill

Expert assistance for screen reader compatibility.

## Capabilities

- Test with screen readers
- Optimize reading order
- Handle announcements
- Manage focus
- Write accessible content

## Testing Tools

- NVDA (Windows)
- VoiceOver (macOS/iOS)
- JAWS (Windows)
- TalkBack (Android)

## Best Practices

```tsx
// Visually hidden but screen reader accessible
<span className="sr-only">Close dialog</span>

// Skip links
<a href="#main-content" className="skip-link">
  Skip to main content
</a>

// Reading order
// Ensure DOM order matches visual order
```

## Target Processes

- screen-reader-testing
- accessibility-optimization
- user-testing

