What problem does it solve? Automated accessibility scans produce raw axe-core results that are hard to interpret without knowing each rule's severity, WCAG mapping, and whether it should block a release. This Skill provides a consolidated reference so teams can correctly classify, triage, and act on axe-core findings. ## Core Features & Use Cases - Rule Reference by Severity: Tables of axe-core 4.x rule IDs grouped as critical, serious, moderate, and minor, each with category and description. - WCAG Mapping Guidance: Documents which WCAG 2.0/2.1/2.2 A and AA criteria the rules cover, plus how to treat disabled-by-default AAA and experimental rules. - CI Integration Patterns: Shows how to configure @axe-core/playwright scans with WCAG tags, rule exclusions, and a Definition of Done checklist. - Use Case: A Playwright accessibility test fails on color-contrast and aria-hidden-focus. Use this Skill to confirm both are serious-level rules that must be fixed before release, and to record the raw axe outcome as evidence pending human review. ## Quick Start Ask the AI to review your axe-core scan results and classify each violation by severity and WCAG criterion using the axe rules reference.