Accessibility Audit Helper

Accessibility Audit Helper is a skill for Claude Code, Codex from Notysoty/openagentskills. It costs 23 tokens per session (1,946 once invoked), scanned A, original, MIT.

A review guide for checking HTML, JSX, and React components against WCAG 2.1, the accessibility standard for making websites usable by people with disabilities.

In plain words
What is it for?
Use it before shipping UI work, during code review, or when auditing components for alt text, headings, ARIA, keyboard use, focus indicators, and color contrast.
Why use it?
It identifies common interface barriers and pairs each finding with a specific code change.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Claude Code; mentions Codex; built for cline.

Good fit Use it before shipping UI work, during code review, or when auditing components for alt text, headings, ARIA, keyboard use, focus indicators, and color contrast.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/notysoty/openagentskills/accessibility-audit-helper
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.

Any agent
npx skills add Notysoty/openagentskills --skill accessibility-audit-helper
Clone the repo
git clone --depth 1 https://github.com/Notysoty/openagentskills

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 Audit Helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/notysoty/openagentskills/accessibility-audit-helper/github.svg)](https://agentmods.dev/skills/notysoty/openagentskills/accessibility-audit-helper)
Your own site
<a href="https://agentmods.dev/skills/notysoty/openagentskills/accessibility-audit-helper"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/accessibility-audit-helper/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 Accessibility Audit Helper

Your own site · 80×15
<a href="https://agentmods.dev/skills/notysoty/openagentskills/accessibility-audit-helper"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/accessibility-audit-helper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,946 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.00023 $0.01946
Opus 5 $0.00012 $0.00973
Sonnet 5 $0.00005 $0.00389
Haiku 4.5 $0.00002 $0.00195

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

Security

Grade A, and why

Accessibility Audit Helper 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 10d 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-audit-helper/SKILL.md · 217 lines

How it starts

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

Accessibility Audit Helper

What this skill does

This skill directs the agent to review HTML, JSX, or React component code for WCAG 2.1 accessibility violations. It checks for missing alt text, improper heading hierarchy, ARIA misuse, keyboard trap risks, color contrast hints, missing focus indicators, and more. Every finding is categorized by severity with a concrete before/after code fix included.

Use this before shipping any UI feature, during code review, or as a regular accessibility sweep of your component library.

How to use

Claude Code / Cline

Copy this file to .agents/skills/accessibility-audit-helper/SKILL.md in your project root.

Then share the component or page code and ask:

  • "Run an accessibility audit on src/components/Modal.tsx using the Accessibility Audit Helper skill."
  • "Use the Accessibility Audit Helper skill to check this form for a11y issues."

Paste the component code directly or provide a file path for the agent to read.

Cursor

Add the "Prompt / Instructions" section to your .cursorrules file. Open the component you want audited and ask Cursor to run an accessibility audit.

Codex

Paste the component or page HTML/JSX into the chat along with the instructions below.

The Prompt / Instructions for the Agent

When asked to audit UI code for accessibility, follow these steps:

  1. Read the full component or file. If it references child components or imports, note them but focus the audit on the provided code.

  2. Check each of these categories systematically:

    Images and Media

    • All <img> elements must have an alt attribute; decorative images use alt=""
    • Icons used as buttons or links must have an aria-label or aria-labelledby
    • SVGs used for meaning must have a <title> or aria-label; decorative SVGs need aria-hidden="true"

    Heading Hierarchy

    • Headings must not skip levels (e.g., H1 → H3 with no H2)
    • Each page should have exactly one <h1>
    • Headings must describe the section content, not just style large text

Read the full file on GitHub · 217 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. 10d ago First seen · 217 lines · 23 tokens per session scan A 544d42765d2c

Subscribe to this mod's changes

Accessibility Audit Helper is a skill published in the GitHub repository Notysoty/openagentskills (9 stars, last pushed 26d ago), licensed MIT. It adds 23 tokens to every session and 1,946 once invoked, about $0.0001 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

web-a11y-authoring

Builds accessible pages and components with semantic HTML, correct names/roles/states, keyboard support, focus management, links, images, SVG, media, and native controls first. Use when implementing or refactoring frontend UI.

klovaaxel/web-a11y-agent-skills · 52 tokens

web-a11y-review

Reviews frontend changes for accessibility regressions across semantics, keyboard/focus behavior, forms, dynamic updates, styling, ARIA, and tests. Use for pull requests, diffs, audits, and pre-merge sign-off.

klovaaxel/web-a11y-agent-skills · 51 tokens

web-a11y-css

Reviews and writes CSS that preserves accessibility across contrast, focus styles, reduced motion, forced colors, zoom, target size, semantic integrity, and custom-styled controls. Use for UI styling and design-system changes.

klovaaxel/web-a11y-agent-skills · 48 tokens

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/oh-my-openagent · 49 tokens

accessibility

Accessibility patterns for WCAG 2.2 compliance, keyboard focus management, React Aria component patterns, cognitive inclusion, native HTML-first philosophy, and user preference honoring. Use when implementing screen reader support, keyboard navigation, ARIA patterns, focus traps, accessible component libraries…

yonatangross/orchestkit · 65 tokens

Accessibility A11y Enhanced

Comprehensive WCAG compliance and accessibility testing covering ARIA, keyboard navigation, screen readers, color contrast, and automated a11y validation.

PramodDutta/qaskills · 34 tokens