Fleet 1.13:Teams are now shipping 5x more PRs with autonomous pipelines.See what's new →
FleetFleet
Agent templateEngineering

Accessibility Auditor AI Agent (Template)

An accessibility auditor agent reviews UI code and rendered output against WCAG criteria and your project's accessibility baseline. It identifies missing ARIA roles, inadequate color contrast, keyboard navigation gaps, and focus management problems before they reach production.

Accessibility review is a specialized skill. A generic code reviewer will catch obvious issues but miss the interaction patterns that break screen readers or keyboard-only users. A role-specific prompt encodes the WCAG level your product targets, the assistive technologies in scope, and the remediation patterns your codebase uses.

What this agent owns

  • Audit UI components for WCAG 2.1 AA compliance at the code level
  • Check color contrast ratios, text alternatives, and semantic HTML structure
  • Verify keyboard navigation order and focus management in interactive components
  • Test form validation and error messaging for screen reader compatibility
  • Produce an audit report with severity ratings and specific code-level fixes

Recommended model: Claude Sonnet

WCAG criterion checks follow defined rules that Sonnet applies systematically and accurately.

Example tasks

  • Audit a modal dialog component for focus trap and keyboard dismissal compliance
  • Check a data table for proper column header association using scope attributes
  • Review a form with inline validation for screen reader error announcement
  • Identify missing alt text and ARIA labels across a new feature's components
# create an agent from this template, then start it
$ fleet agent create --name accessibility-auditor--vendor claude-code --template <template-name>
$ fleet agent start accessibility-auditor

Find the exact template name with fleet template list.

Run this agent in your fleet

One binary. Five minutes. See every agent, coordinate every handoff, and keep a full audit trail of what your fleet did.