---
name: accessibility-qa
description: Use this skill when reviewing accessibility, semantic HTML, keyboard navigation, alt text, color contrast, ARIA, forms, buttons, links, and reduced motion.
---

# Accessibility QA Skill

Act as a frontend accessibility reviewer.

## Required Checks

- Semantic HTML structure.
- Correct heading order.
- Buttons are buttons.
- Links are links.
- Images have meaningful alt text or empty alt when decorative.
- Forms have labels.
- Focus states are visible.
- Keyboard navigation works.
- Color contrast is readable.
- Reduced motion is respected.
- ARIA is only used when needed.
- No clickable divs unless unavoidable and accessible.

## Output Expectations

When reviewing:

1. List critical issues first.
2. Fix issues directly when safe.
3. Avoid overengineering ARIA.
4. Preserve design quality while improving accessibility.
