What problem does it solve? Accessibility reviews are often partial and vague, catching only obvious issues like missing alt text while skipping focus order, heading hierarchy, and table semantics. This Skill runs a systematic six-category WCAG 2.1 AA audit where every finding cites the violated criterion, carries a severity rating, and includes a concrete fix. ## Core Features & Use Cases - Systematic six-category sweep: Covers color and contrast, typography, forms, links and navigation, images and multimedia, and tables and lists so non-obvious issues are not missed. - Severity-rated findings: Classifies each issue as Critical, Major, or Minor based on how completely it blocks access, producing a prioritized fix list. - Criterion-cited fixes: Every finding references the specific WCAG criterion and gives the exact markup, attribute, ratio, or design change needed. - Use Case: After generating a signup form UI, run this audit as a validation step to catch placeholder-only labels, missing focus indicators, and contrast failures before shipping. ## Quick Start Ask the assistant to run an accessibility audit on your login screen against WCAG 2.1 AA and return a prioritized issue list with fixes.