# Accessibility Testing

> Systematically verify accessibility compliance through automated and manual testing. Use when this capability is needed.

- Skill: `tomevault-io/accessibility-testing-4` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/accessibility-testing-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/accessibility-testing-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/accessibility-testing-4

---


# Accessibility Testing Skill

## Purpose
Systematically verify accessibility compliance through automated and manual testing.

## Testing Approach

### Automated Testing
1. Run axe-core or similar tools on each page
2. Integrate accessibility checks into CI/CD pipeline
3. Use Lighthouse for accessibility scoring
4. Check color contrast ratios programmatically

### Manual Testing
1. Navigate using keyboard only
2. Test with screen readers (NVDA, VoiceOver, JAWS)
3. Verify focus order is logical
4. Check that dynamic content updates are announced
5. Test at 200% zoom level

### Test Categories

- **Perceivable** - Content can be perceived by all users
- **Operable** - Interface can be operated by all users
- **Understandable** - Content and operation are understandable
- **Robust** - Content works with assistive technologies

## Common Issues

- Missing alt text on images
- Poor color contrast
- Missing form labels
- Inaccessible custom controls
- Focus traps in modals
- Missing skip links

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/hffmnnj) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

