This teaches Claude how to work with Lighthouse CI in GitHub Actions workflows, specifically the treosh/lighthouse-ci-action integration. It covers detecting Lighthouse configs in your repo, parsing the 0-100 accessibility scores and individual audit failures, and mapping those findings to standard severity levels since Lighthouse uses weighted scores instead of impact ratings. The correlation logic is solid: it matches Lighthouse audit IDs directly to axe-core rule IDs and boosts confidence when both CI and local scans flag the same issue. The regression detection is straightforward, flagging drops of 10+ points as critical. Useful if you're already running Lighthouse in CI and want an agent to understand what those accessibility scores mean and how they compare to local axe-core results.
npx skills add https://github.com/community-access/accessibility-agents --skill lighthouse-scanner