What problem does it solve?
This Skill helps you find and fix accessibility issues in the dashboard by auditing source-level HTML, CSS, and component output against WCAG 2.2 Level AA.
Core Features & Use Cases
- WCAG 2.2 AA source-code audit: Reviews injected HTML, Streamlit components, Plotly chart configuration, and CSS theme layers for specific success-criterion violations.
- Severity-rated, SC-mapped findings: Produces a structured report that ties each issue to the exact WCAG success criterion and highlights likely breakpoints in the code.
- Concrete fix recommendations: Provides actionable remediation guidance, including how to adjust ARIA roles/names, focus behavior, color contrast, and tooltip/interaction patterns.
- Targeted scope selection: Supports default auditing across key files, or narrows to a specific page/file on request.
Quick Start
Use the wcag-audit skill to audit the default in-scope Streamlit dashboard views and generate a WCAG 2.2 AA findings report with concrete fixes.