accessibility-review

accessibility-review is a skill for Claude Code, Codex from Arnosdeus/agent-toolkit. It costs 34 tokens per session (188 once invoked), scanned A, original, MIT.

A review procedure for finding accessibility problems in web interfaces, including keyboard use, screen readers, forms, focus, and motion. WCAG is a set of web-accessibility guidelines.

In plain words
What is it for?
Use it to review HTML and interactions for semantic structure, labels, focus, contrast, ARIA, dialogs, tables, navigation, target sizes, and reduced-motion support.
Why use it?
It identifies barriers that can prevent people with disabilities from using an interface and separates observed problems from items needing manual verification.

Skill for Claude CodeCodex

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 skills/arnosdeus/agent-toolkit/accessibility-review
Any agent
npx skills add Arnosdeus/agent-toolkit --skill accessibility-review
Clone the repo
git clone --depth 1 https://github.com/Arnosdeus/agent-toolkit

Made for: Claude Code, Codex.

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-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/arnosdeus/agent-toolkit/accessibility-review.svg)](https://agentmods.dev/skills/arnosdeus/agent-toolkit/accessibility-review)
Your own site
<a href="https://agentmods.dev/skills/arnosdeus/agent-toolkit/accessibility-review"><img src="https://agentmods.dev/badge/skills/arnosdeus/agent-toolkit/accessibility-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 188 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00034 $0.00188
Opus 5 $0.00017 $0.00094
Sonnet 5 $0.00007 $0.00038
Haiku 4.5 $0.00003 $0.00019

Measured 3d ago against content hash bbebc445236c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

accessibility-review 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 3d 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.

skills/accessibility-review/SKILL.md · 21 lines

What it actually says

Accessibility Review

Procedure and output

Test keyboard paths, focus order, accessible names, and important states before reviewing markup. Report BLOCKER, MAJOR, MINOR, or NOTE findings with file:line — user impact — evidence — fix; distinguish automated results from manual screen-reader verification.

Check keyboard navigation, focus visibility and management, semantic HTML, labels, field errors, ARIA correctness, contrast, accessible names, screen-reader behavior, reduced motion, target sizes, dialogs, tables, and navigation. Prefer native semantics over ARIA. Use Playwright and the accessibility tree where practical, and distinguish observed issues from items requiring assistive-tech or manual verification.

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. 3d ago First seen · 21 lines · 34 tokens per session scan A bbebc445236c

Subscribe to this mod's changes

accessibility-review is a skill published in the GitHub repository Arnosdeus/agent-toolkit (2 stars, last pushed 10d ago), licensed MIT. It adds 34 tokens to every session and 188 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-31.

Related

Other skills, from other repositories

frontend-design

Designs, builds, or refactors user-facing web or application interfaces with deliberate visual direction, typography, color and spacing tokens, content hierarchy, responsive behavior, accessible interaction states, and real rendered-surface verification. Use for pages, components, dashboards, landing pages, design…

thiientv/godmode · 83 tokens

design

Use for UI, UX, visual hierarchy, frontend-design judgment, references, redesigns, and design critique when the user's Emulo taste should guide the task. Do not use for unrelated execution or marketing/social writing alone.

ohad6k/emulo · 46 tokens

frontend-ui-audit

Frontend UI consistency audit for React + Tailwind codebases. Use when reviewing component refactors, UI cleanup batches, or answering "should this use the design system?" — checks design-system adoption, arbitrary Tailwind values vs tokens, hardcoded sizes and colors, accessibility basics, and repeated visual…

org2AI/ORG2 · 75 tokens

design-system

Dotbot CRT/retro-futuristic design system: tokens, components, patterns, and anti-patterns for the control panel UI.

andresharpe/dotbot · 30 tokens

using-design-system

Ensures consistent use of X-components design system instead of Material3 when working on feature UI code. Automatically activates for Composable functions in feature modules or when user mentions UI/screens/components.

ThisIsSadeghi/KMPilot · 37 tokens

factory-design

Design-system discipline distilled across builds. Semantic token vocabulary (name intent, not palette position), CSS variables bridged into Tailwind, dark/light as a variable swap, single- vs two-layer token systems, component primitives as token consumers, when to promote a repeated utility cluster into a primitive…

nonlinear-xyz/factory-kit · 100 tokens