Solid reference for baking accessibility checks into your CI pipeline using axe-core CLI. You get the command patterns, output formats (JSON, SARIF, HTML), and a baseline strategy that lets you lock in existing violations so CI only fails on new regressions. That's the key bit: most real projects have accessibility debt, and blocking every violation is a nonstarter. The severity mapping and gating strategies (strict, standard, baseline, advisory) give you a practical way to tighten standards over time without halting all deployments. It's template material more than deep guidance, but if you're setting up GitHub Actions or similar, this saves you the research phase.
npx skills add https://github.com/community-access/accessibility-agents --skill ci-integration