accessibility-audit

accessibility-audit is a skill for Claude Code from berkcangumusisik/claude-code-practices. It costs 20 tokens per session (310 once invoked), scanned A, original, MIT.

A checklist for reviewing React or HTML components against WCAG 2.1, accessibility guidelines for making websites usable by people with disabilities.

In plain words
What is it for?
Use it to audit components, identify the file and line containing each issue, and receive suggested fixes with code examples. Fixes are applied only after confirmation.
Why use it?
It helps find issues such as missing image descriptions, unlabeled form fields, poor color contrast, and keyboard access problems before users encounter them.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Good fit Use it to audit components, identify the file and line containing each issue, and receive suggested fixes with code examples. Fixes are applied only after confirmation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/berkcangumusisik/claude-code-practices/accessibility-audit
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 berkcangumusisik/claude-code-practices --skill accessibility-audit
Clone the repo
git clone --depth 1 https://github.com/berkcangumusisik/claude-code-practices

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/berkcangumusisik/claude-code-practices/accessibility-audit/github.svg)](https://agentmods.dev/skills/berkcangumusisik/claude-code-practices/accessibility-audit)
Your own site
<a href="https://agentmods.dev/skills/berkcangumusisik/claude-code-practices/accessibility-audit"><img src="https://agentmods.dev/badge/skills/berkcangumusisik/claude-code-practices/accessibility-audit/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/berkcangumusisik/claude-code-practices/accessibility-audit"><img src="https://agentmods.dev/badge/skills/berkcangumusisik/claude-code-practices/accessibility-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 310 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.00020 $0.00310
Opus 5 $0.00010 $0.00155
Sonnet 5 $0.00004 $0.00062
Haiku 4.5 $0.00002 $0.00031

Measured 9d ago against content hash b2893d04d479, 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 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.

skills/accessibility-audit/SKILL.md · 46 lines

What it actually says

Accessibility Audit (WCAG 2.1)

Target: $1 (or src/components/ if not specified)

Check each component for:

Level A (Must Fix)

  • Images missing alt attribute
  • Form inputs without associated <label>
  • Buttons with no accessible text (icon-only buttons need aria-label)
  • Links with non-descriptive text ("click here", "read more")
  • Missing lang attribute on <html>

Level AA (Should Fix)

  • Color contrast ratio < 4.5:1 for normal text (check CSS)
  • Focus indicators removed (outline: none without alternative)
  • Interactive elements not keyboard-reachable
  • Missing aria-expanded on toggle elements
  • Modal dialogs not trapping focus
  • Missing skip navigation link

Common React Issues

// ❌ No accessible label
<button onClick={onClose}><XIcon /></button>

// ✅ Fixed
<button onClick={onClose} aria-label="Close dialog"><XIcon /></button>

For each issue:

  • Severity: Critical (blocks screen readers) / Major / Minor
  • File and line
  • Fix with code example

Apply fixes after confirmation.

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 · 46 lines · 20 tokens per session scan A b2893d04d479

Subscribe to this mod's changes

accessibility-audit is a skill published in the GitHub repository berkcangumusisik/claude-code-practices (10 stars, last pushed 4mo ago), licensed MIT. It adds 20 tokens to every session and 310 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

accessibility-a11y

WCAG 2.2 compliance, ARIA patterns, keyboard navigation, screen readers, automated testing.

travisjneuman/.claude · 26 tokens

flutter-development

Cross-platform development with Flutter and Dart for iOS, Android, Web, Desktop, and embedded. Use when building Flutter apps, implementing Material/Cupertino design, or optimizing Dart code.

travisjneuman/.claude · 41 tokens

electron-desktop

Desktop application development with Electron for Windows, macOS, and Linux. Use when building cross-platform desktop apps, implementing native OS features, or packaging web apps for desktop.

travisjneuman/.claude · 38 tokens

generic-react-ux-designer

Professional UI/UX design expertise for React applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting design…

travisjneuman/.claude · 69 tokens

frontend-enhancer

This skill should be used when enhancing the visual design and aesthetics of web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. REQUIRES ui-research skill first. Use this skill for tasks like improving styling, creating responsive designs…

travisjneuman/.claude · 79 tokens

generic-react-feature-developer

Guide feature development for React applications with architecture focus. Covers Zustand/Redux patterns, IndexedDB usage, component systems, lazy loading strategies, and seamless integration. Use when adding new features, refactoring existing code, or planning major changes.

travisjneuman/.claude · 53 tokens