accessibilitylisted
Install: claude install-skill JunMystery/AI-Agent-Standards
# Accessibility
Use this skill when a task touches user interface accessibility.
## What to Apply
- Prefer native semantic controls before custom roles.
- Verify keyboard reachability, focus order, and visible focus states.
- Check names, roles, values, labels, hints, and status announcements.
- Confirm contrast, target size, error messaging, and responsive reflow.
- Treat accessibility as behavior, not decoration.
## Reference Files
- [ai-agent-standards/compliance/A11Y_CHECKLIST.md](../../ai-agent-standards/compliance/A11Y_CHECKLIST.md)
- [ai-agent-standards/engineering-practices/NON_FUNCTIONAL_REQUIREMENTS.md](../../ai-agent-standards/engineering-practices/NON_FUNCTIONAL_REQUIREMENTS.md)
- [skills/browser-qa/SKILL.md](../browser-qa/SKILL.md)
## Output Expectation
Report blockers first, then concrete fixes tied to observable UI behavior.