a11y-violation-gate
Installation
SKILL.md
a11y-violation-gate
Overview
A binary "all or nothing" a11y gate blocks every PR on a project with accumulated debt, so teams disable it. The ratchet pattern fixes this: the gate fails only on new violations vs. a stored baseline. Existing violations are grandfathered; fixes shrink the baseline.
This skill builds that gate, aggregating outputs from any
combination of axe-a11y, pa11y-a11y, lighthouse-a11y,
wave-a11y, and ibm-equal-access-a11y.
Sibling gates with the same architecture: data-quality-gate,
visual-baseline-gate, contract-compatibility-gate,
perf-budget-gate.