What problem does it solve? Manual accessibility sign-off is slow and automated tools alone are misleading, since engines like axe-core catch only about 57% of WCAG issues. This Skill runs automated WCAG 2.1 AA scans on a built front end and produces an honest PASS, FAIL, or ERROR gate that also surfaces the items requiring human review. ## Core Features & Use Cases - Automated WCAG 2.1 AA Scanning: Runs axe-core via a Playwright browser driver against pages, components, or a served build URL in a sandbox. - Honest Gate Verdicts: Emits PASS, FAIL, or ERROR with structured violations, needs-review items, and required manual checks, never claiming full coverage. - Banking-Grade Guardrails: Idempotent, report-only operation with PII redaction, audit IDs, and escalation to human queues on failure. - Use Case: During front-end review or SIT, point the Skill at your built pages to get an accessibility gate with machine-decidable violations plus a checklist of manual checks (keyboard traversal, focus order, alt text quality) for a named human to sign off. ## Quick Start Run accessibility tests on my built front end at the staging URL and produce the WCAG 2.1 AA gate verdict with violations and manual checks.