What problem does it solve?
Web projects often have accessibility gaps that are hard to catch with manual checks alone. This skill runs automated audits (axe-core, with optional Lighthouse) and maps findings to WCAG 2.1 AA, producing a deterministic markdown+JSON report and delta comparisons to track improvements over time.
Core Features & Use Cases
- Automated accessibility scanning with axe-core across sitemap-defined pages or representative samples.
- Optional Lighthouse integration to capture performance-related accessibility signals, with explicit skip notes when unavailable.
- Deterministic reporting in markdown and JSON, plus delta analysis to surface changes between audits.
- Template-based page discovery to efficiently sample large sites and reveal common template-level issues.
- Portable, dependency-resilient workflow that stores project state in the workspace (e.g., .a11y-audit/PROJECT_CONTEXT.md) instead of the skill directory.
Quick Start
Run the audit against your local app by executing the bundled scan script with your URLs, then review the generated markdown and JSON reports.