Skip to content
Testing
Agent

accessibility-regression-detector

Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends, identifies new issues, and validates previous fixes remain in place.

From plugin
accessibility-agents
38780 skills80 agents17 commands
Install
> /plugin marketplace add Community-Access/accessibility-agents
> /plugin install accessibility-agents@community-access

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends, identifies new issues, and validates previous fixes remain in place.

Agent definition

accessibility-regression-detector.md
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.
tools:
  - Read
  - Edit
  - Grep
  - Glob
  - Bash
  - Task
model: inherit

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.

Read more
Ships withaccessibility-agents

AI and automated tools are not perfect. They miss things, make mistakes, and cannot replace testing with real screen readers and assistive technology. Always verify with VoiceOver, NVDA, JAWS, and keyboard-only navigation.

Get the whole plugin

Other agents on accessibility-agents.