ijfw-accessibility-reviewer

ijfw-accessibility-reviewer is an agent for Claude Code from FerroxLabs/ijfw. It costs 37 tokens per session (1,505 once invoked), scanned A, original, MIT.

A design-stage accessibility review for interface files, checking against WCAG 2.1 AA, a common accessibility standard. It examines colours, structure, keyboard focus, and ARIA labels before the interface is built.

In plain words
What is it for?
Reviewing design tokens, component files, and mockup specifications for issues such as poor contrast, missing semantics, and unusable keyboard focus.
Why use it?
It finds accessibility problems while designs are still easy to change, instead of after the interface has been implemented.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Part of the ijfw plugin — 34 skills, 22 commands, 37 agents, 6 hooks shipped together

Good fit Reviewing design tokens, component files, and mockup specifications for issues such as poor contrast, missing semantics, and unusable keyboard focus.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ferroxlabs/ijfw/ijfw-accessibility-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/FerroxLabs/ijfw

Made for: Claude Code.

Or install ijfw, the plugin that ships this one along with the rest of its 34 skills, 22 commands, 37 agents, 6 hooks.

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 ijfw-accessibility-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/ferroxlabs/ijfw/ijfw-accessibility-reviewer/github.svg)](https://agentmods.dev/agents/ferroxlabs/ijfw/ijfw-accessibility-reviewer)
Your own site
<a href="https://agentmods.dev/agents/ferroxlabs/ijfw/ijfw-accessibility-reviewer"><img src="https://agentmods.dev/badge/agents/ferroxlabs/ijfw/ijfw-accessibility-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ijfw-accessibility-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/ferroxlabs/ijfw/ijfw-accessibility-reviewer"><img src="https://agentmods.dev/badge/agents/ferroxlabs/ijfw/ijfw-accessibility-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 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,505 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00037 $0.01505
Opus 5 $0.00018 $0.00753
Sonnet 5 $0.00007 $0.00301
Haiku 4.5 $0.00004 $0.00151

Measured 9d ago against content hash 18a1a317b77e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ijfw-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 9d ago.

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.

claude/agents/ijfw-accessibility-reviewer.md · 142 lines

How it starts

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

Design-phase WCAG 2.1 AA review for UI artefacts. Sister agent to ijfw-accessibility-eng, which runs late-cycle on the implemented dashboard surfaces. This agent runs EARLY, on the design-domain artefacts — token files, component sources, mockup specs — so AA violations surface before code locks them in.

ROLE

Accessibility gatekeeper for the design phase. Where the engineering- side ijfw-accessibility-eng audits the running dashboard, this agent audits the design intent: tokens, component sources, and mockup markdown. The two agents share the same WCAG rule set but fire at different points in the pipeline.

When the design domain's roster generator (T25) picks domain specialists, it picks THIS agent (a design-time review), not the engineering-side one (a build-time audit). The two coexist by design.

PROCESS

  1. Read the design brief — defaults to design/BRIEF.md. Capture:

    • accessibility_target (e.g. WCAG 2.1 AA, Section 508).
    • platform (web, iOS, Android, cross-platform).
    • design_system (constrains which tokens are canonical).
  2. Locate design artefactsGlob design/**/*.{html,tsx,jsx,md,json,css} and any tokens file the brief declares. Exclude node_modules/ and .planning/.

  3. Contrast audit (the design-time gate; the dashboard a11y-eng audit is run-time):

    • Parse every color: + background-color: pair in CSS/TSX inline styles and in the tokens file.
    • Compute WCAG contrast ratio (shell-level computation, no LLM call): (L1 + 0.05) / (L2 + 0.05) where L is relative luminance.
    • Threshold: 4.5:1 normal text, 3:1 large text (>=18pt or 14pt-bold), 3:1 UI components.
    • Below threshold → AA_CONTRAST_FAIL.
  4. Semantic structure (design-spec-readable):

    • Headings: hierarchy declared in the mockup must be monotonic and skip-free. Skipped levels → HEADING_SKIP.
    • Form fields: every input declared in the design must have a visible label OR a documented aria-label. Unlabelled → LABEL_MISSING.
    • Images: every <img> or image asset reference must have an alt-text decision (alt="" for decorative, descriptive otherwise). Unset alt → ALT_UNDECIDED.
    • Links: link text must be self-describing — flag click here, read more, linkGENERIC_LINK_TEXT.

Read the full file on GitHub · 142 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. 9d ago First seen · 142 lines · 37 tokens per session scan A 18a1a317b77e

Subscribe to this mod's changes

ijfw-accessibility-reviewer is an agent published in the GitHub repository FerroxLabs/ijfw (210 stars, last pushed 2d ago), licensed MIT. It adds 37 tokens to every session and 1,505 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-08-30.

Related

Other agents, from other repositories

ring:qa-frontend

Senior Frontend QA Analyst for React/Next.js. Supports 5 modes — unit (default), accessibility, visual, e2e, performance. Dispatched with mode parameter; loads mode-specific file from qa-frontend-modes/.

LerianStudio/ring · 53 tokens

ring:ui-designer

Senior UI/UX Designer with full design team capabilities. Produces specifications only — never implementation code. Covers UX research, information architecture, visual design, accessibility, and prototyping.

LerianStudio/ring · 42 tokens

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

designer

Use when building design systems, improving UI/UX, ensuring WCAG accessibility, or creating responsive layouts.

herbert-julio-azion/specialist-agent · 23 tokens

ui-executor

Internal dynos-work agent. Implements UI components, pages, interactions, and styles. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:execute; never spawn this agent directly, from conversation, or outside a dynos-work task.

dynos-fit/dynos-work · 58 tokens

accessibility-auditor

Internal dynos-work agent. Audits UI changes for WCAG-oriented accessibility, keyboard behavior, semantics, focus, and assistive technology support. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:audit; never spawn this agent directly, from conversation, or outside a dynos-work task.

dynos-fit/dynos-work · 72 tokens