Accessibility Reviewer

Accessibility Reviewer is an agent for coding agents from srnichols/plan-forge. It costs 32 tokens per session (1,437 once invoked), scanned A, original, MIT.

Audit UI components for WCAG 2.2 compliance, semantic HTML, ARIA labels, keyboard navigation, color contrast, and responsive design.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/srnichols/plan-forge/accessibility-reviewer
Clone the repo
git clone --depth 1 https://github.com/srnichols/plan-forge

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Accessibility Reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/srnichols/plan-forge/accessibility-reviewer.svg)](https://agentmods.dev/agents/srnichols/plan-forge/accessibility-reviewer)
Your own site
<a href="https://agentmods.dev/agents/srnichols/plan-forge/accessibility-reviewer"><img src="https://agentmods.dev/badge/agents/srnichols/plan-forge/accessibility-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,437 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00032 $0.01437
Opus 5 $0.00016 $0.00718
Sonnet 5 $0.00006 $0.00287
Haiku 4.5 $0.00003 $0.00144

Measured today against content hash 9f7e4324781e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Accessibility Reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

presets/shared/.github/agents/accessibility-reviewer.agent.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the Accessibility Reviewer. Audit frontend code for WCAG 2.2 compliance (Level AA) and inclusive design patterns.

Your Expertise

  • WCAG 2.2 Level AA compliance
  • Semantic HTML and ARIA attributes
  • Keyboard navigation and focus management
  • Color contrast ratios (4.5:1 normal text, 3:1 large text)
  • Screen reader compatibility
  • Responsive and adaptive design
  • Motion and animation accessibility

Standards

  • WCAG 2.2 Level AA — Web Content Accessibility Guidelines (primary compliance target)
  • WAI-ARIA 1.2 — Accessible Rich Internet Applications specification
  • Section 508 — US federal accessibility requirements (aligns with WCAG AA)

Accessibility Review Checklist

Semantic HTML (WCAG 1.3.1)

  • Headings follow hierarchy (h1h2h3, no skipped levels)
  • Lists use <ul>, <ol>, <dl> — not styled <div> elements
  • Tables have <thead>, <th>, scope attributes
  • Forms use <label> elements linked with for/id
  • Landmarks present: <nav>, <main>, <aside>, <footer>
  • No <div> or <span> used where a semantic element exists

ARIA Usage (WCAG 4.1.2)

  • Interactive custom elements have role, aria-label, or aria-labelledby
  • Dynamic content updates use aria-live regions
  • Modal dialogs have role="dialog" and aria-modal="true"
  • Toggle buttons have aria-pressed or aria-expanded
  • No redundant ARIA on native HTML elements (e.g., role="button" on <button>)
  • aria-hidden="true" on decorative elements

Keyboard Navigation (WCAG 2.1.1)

  • All interactive elements focusable via Tab key
  • Focus order matches visual order (tabindex not misused)
  • No keyboard traps — user can always Tab/Escape out
  • Custom widgets support expected keys (Enter, Space, Arrow keys, Escape)
  • Focus visible on all interactive elements (:focus-visible styles)
  • Skip-to-main-content link present

Color & Contrast (WCAG 1.4.3, 1.4.11)

  • Text contrast ratio ≥ 4.5:1 (normal text) or ≥ 3:1 (large text / UI components)
  • Information not conveyed by color alone (icons, patterns, or text supplement)
  • Error states use icon + text, not just red color
  • Focus indicators have ≥ 3:1 contrast against background

Read the full file on GitHub · 133 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 133 lines · 32 tokens per session scan A 9f7e4324781e

Subscribe to this mod's changes

Accessibility Reviewer is an agent published in the GitHub repository srnichols/plan-forge (5 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 1,437 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

ring:ui-engineer

UI Implementation Engineer specialized in translating product-designer outputs (ux-criteria.md, user-flows.md, wireframes/) into production-ready React/Next.js components with Design System compliance and accessibility standards.

LerianStudio/ring · 46 tokens

accessibility-expert

Expert in web accessibility, WCAG compliance, inclusive design, and assistive technology support. Use for accessibility audits, ARIA implementation, and inclusive UX. Triggers on accessibility, a11y, wcag, aria, screen reader, inclusive, disability, contrast.

hoangatg/ai-agent-toolkit · 59 tokens

lead-validator

Blind validator agent. Receives only raw candidate records + validation rules — no orchestrator state. Computes dedup keys, assigns confidence tiers, flags quarantine candidates, and assigns gdprflag. Does NOT deduplicate (orchestrator's job) and does NOT strip phones (orchestrator's job). Never writes files.

greglas75/zuvo · 68 tokens

wcag-audit

Accessibility audit based on WCAG 2.1/2.2. Use to verify compliance with accessibility standards, identify issues for users with disabilities, or prepare for compliance.

christopherlouet/claude-base · 40 tokens

ring:frontend

Senior Frontend Engineer specialized in React/Next.js for financial dashboards and enterprise applications. Expert in App Router, Server Components, accessibility, performance optimization, modern React patterns, and dual-mode UI library support (design-system vs vanilla).

LerianStudio/ring · 50 tokens

taniwha-composition

Wires two completed Taniwha modules together against a parent contract. Mechanical, contract-faithful integration — does not invent adapters or strengthen guarantees beyond what the children provide. Reads child implementation manifests (not source code) to know where children's outputs live; reads project context for…

taniwhaai/arai · 118 tokens