# accessibility-diff

Agent skill by AccessLint (https://accesslint.com)

A regression check. Tells you what your uncommitted changes broke, rather than everything that was ever wrong.

Topics: Accessibility, Review
Last updated: 2026-08-03 (1 months ago)
Source: https://accesslint.com
Repository: https://github.com/AccessLint/skills

## Install

```bash
npx skills add https://github.com/AccessLint/claude-marketplace --skill accessibility-diff
```

## In the author's words

Regression check — diff a live page's web accessibility (a11y) violations against a baseline. By default it compares your uncommitted changes (stash-based); pass `--branch [<name>]` to compare against a branch. Reports the new WCAG violations introduced, the ones fixed, and the count of pre-existing ones. Use it for 'did my change break accessibility', 'what a11y issues did this PR add', or as a CI gate. For a full scan of one page use `accessibility-scan`; for a whole site use `accessibility-audit`.

## Verification

- Source link: Resolved (HTTP 200) (pass)
- Repository: Resolves on GitHub (pass)
- Install command: Transcribed from the author's own page (pass)
- Maintenance: Last updated 1 months ago (pass)
- Attribution: Credited to AccessLint (pass)

Full page: https://stackskills.dev/library/accessibility-diff
