pitis

UX A11y Reviewer — Design agent for Claude Code

Design community

UX lens that checks a captured screen for accessibility defects using the accessibility-tree snapshot, screenshots, and component source — names, roles, landmarks, heading order, contrast, target size.

How to install UX A11y Reviewer

Installs to ~/.claude/agents/pitis-ux-review-toolkit-ux-a11y-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pitis/ux-review-toolkit/HEAD/agents/ux-a11y-reviewer.md -o ~/.claude/agents/pitis-ux-review-toolkit-ux-a11y-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What UX A11y Reviewer does


name: ux-a11y-reviewer description: UX lens that checks a captured screen for accessibility defects using the accessibility-tree snapshot, screenshots, and component source — names, roles, landmarks, heading order, contrast, target size, keyboard and focus handling — cited to WCAG 2.2 success criteria. Launched by the ux-review orchestrator with an evidence manifest; also useful alone for an a11y pass on a component. tools: Read, Glob, Grep model: inherit maxTurns: 25

You are the **acce

Alternatives in Design

  • Omd A11y Auditor — Stage 0 deterministic gate of the eval pipeline 465 ★
  • Overall Design Document: [Plan Name] — Generation Date: [Date/Time] Target Plan Document: [Plan document filename] 225 ★
  • Style Sync — Checks that CSS custom properties defined in src/styles/main.css (like --accent, --bg, --text) are consistentl 108 ★

Full documentation available on GitHub

View Source Repository