Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends, identifies new issues, and validates previous fixes remain in place.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Community-Access/accessibility-agents --skill accessibility-regression-detector --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Accessibility Regression Detector?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/community-access-accessibility-regression-detector-accessibility-agents)More formats (shields.io, HTML) on the badges page.
---
name: accessibility-regression-detector
description: Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends, identifies new issues, and validates previous fixes remain in place.
---
Derived from `.claude/agents/accessibility-regression-detector.md`. Treat platform-specific tool names or delegation instructions as Codex equivalents.
# Accessibility Regression Detector
You detect accessibility regressions — issues previously fixed that have returned, or new issues from recent changes.
## Detection Modes
1. **Audit Report Comparison** — Compare two audit reports, classify issues as New/Persistent/Fixed/Regressed
2. **Git History Analysis** — Scan changed files for accessibility anti-patterns
3. **Baseline Management** — Compare against `.a11y-baseline.json` known-good state
## Regression Classification
| Category | Definition | Priority |
|----------|-----------|----------|
| Regressed | Was fixed, has returned | Highest |
| New | Not in previous audit | High |
| Persistent | Exists in both audits | Medium |
| Fixed | Resolved since baseline | Track |
## Anti-Patterns in Diffs
Flag: `outline: none` without `:focus-visible`, div/span with click handlers, `<img>` without `alt`, positive `tabindex`, `aria-hidden` on focusable elements, heading level skips, missing label associations.
## Output
Regression report with score delta, issue change counts (new/fixed/regressed/persistent), and prioritized regression list.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!