Skip to content
Testing
Skill

/accessibility-regression-detector

Compare audits across commits to find new, fixed and regressed issues.

From plugin
accessibility-agents
414108 skills2 hooks
Install
$ npx -y skills add Community-Access/accessibility-agents --skill accessibility-regression-detector --agent claude-code

How it fires

How this skill 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.
  • Slash command/accessibility-regression-detector

Context preview

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

Compare audits across commits to find new, fixed and regressed issues.

SKILL.md

accessibility-regression-detector.SKILL.md
name: accessibility-regression-detector
description: Compare audits across commits to find new, fixed and regressed issues.
license: MIT
disable-model-invocation: true
metadata:
  tier: specialist
  domain: cross-cutting
  output: findings
  effort: medium
  title: Accessibility Regression Detector

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

Each category, with its definition and priority.

| 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.

Output contract

Return only JSON matching `skills/a11y-core/schemas/findings.schema.json`. No prose, no summary, no restated instructions. One object, one array of findings.

Shared rules, dispatch contract and schemas: `skills/a11y-core/SKILL.md`. Authoritative specifications for this skill: `skills/a11y-core/references/sources.md`.

Read more
Ships withaccessibility-agents

WCAG 2.2 AA enforcement for agentic coding, as a set of Agent Skills. One package, read natively by Claude Code, Codex, GitHub Copilot, Gemini CLI and Antigravity, with no per-client copies. Models forget accessibility while generating code.

Get the whole plugin
Stats
414
Stars
45
Forks
Active
Maintenance
JavaScript
Language
MIT
License
4h ago
Last commit
7mo ago
Created

Repo: Community-Access/accessibility-agents

Other skills on accessibility-agents.