# accessibility-scan

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

Runs the AccessLint rule engine against a live page and returns a worklist, not a PDF.

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-scan
```

## In the author's words

One page, automated tier — run the web accessibility (a11y) rule engine against a live page and locate every violation it can detect mechanically. Pass a URL, a config target name (e.g. `accesslint:accessibility-scan dev`), or nothing to use the default target from `accesslint.config.json`. Ensures a debuggable Chrome, runs the @accesslint/core engine over CDP, and returns a worklist of live-DOM WCAG 2.2 violations, each grounded to its DOM selector and source `file:line`. Locates; doesn't edit. Use it for 'is this page accessible', 'check a11y on this URL', 'find contrast and alt-text issues', or to verify a UI change. For hands-on keyboard and screen-reader checks use `accessibility-inspect`; for a whole site or product use `accessibility-audit`; to diff against uncommitted changes or a branch use `accessibility-diff`.

## 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-scan
