ATOM EVE

Accessibility Auditor

Turns your pages' accessibility problems into a deduped GitHub issue backlog, grouped by user harm with the WCAG criterion and a concrete fix for each.
PASTE INTO YOUR AGENT
Read atomeve.dev/start.md and set up Accessibility Auditor agent in my project: install it, wire up and verify its credentials, and run it once.
OR USE THE CLISLACKTARGET
$npx atom-eve add a11y-auditor --target eve

What it does

Keeps a tracked backlog of your pages' accessibility problems, grouped by the harm they cause real users.

Each run it:

  • opens each configured page in a real browser and runs axe-core against it
  • verifies findings against your WCAG target and groups them by user harm: keyboard, screen reader and semantics, low vision, contrast, motion and timing
  • files a GitHub issue per verified violation, labeled a11y, with the WCAG criterion, affected elements, user harm, a concrete fix, and screenshot evidence
  • updates existing issues instead of duplicating them, and comments when a filed violation is verified fixed
  • keeps run history, so each report shows real deltas rather than a re-audit

If nothing is new and nothing is resolved, it reports a clean no-op. It never edits source, never opens pull requests, never closes issues, and caps each run at the highest-impact issues rather than flooding the tracker.

Setup lives in SETUP.md.