What problem does it solve? UI code often ships with accessibility violations such as missing accessible names, broken keyboard navigation, and untrapped dialog focus, which block users who rely on assistive technologies. This Skill reviews files against a prioritized rule set and reports violations with concrete code-level fixes. ## Core Features & Use Cases - Prioritized Rule Categories: Nine categories ranked by impact, covering accessible names, keyboard access, focus and dialogs, semantics, forms and errors, announcements, contrast, media, and tool boundaries. - Violation Reports with Fixes: Quotes the exact offending snippet, explains why it matters, and suggests a minimal code-level fix without rewriting large parts of the UI. - Use Case: When adding a modal dialog or icon-only button, run the review to catch missing aria-labels, focus trapping issues, or keyboard traps before shipping. ## Quick Start Ask the assistant to review a specific UI file for accessibility issues using the fixing-accessibility rules and report violations with fixes.