accessibility-audit

accessibility-audit is a skill for Claude Code, Cursor from emaraschio/cursor-commands. It costs 14 tokens per session (388 once invoked), scanned A, original, MIT.

A review of user-interface code against WCAG, accessibility guidelines for making websites usable by people with disabilities.

In plain words
What is it for?
Use it to check semantic HTML, screen-reader support, forms, dialogs, keyboard navigation, and interactive controls, then get suggested fixes and tests.
Why use it?
It helps find barriers such as missing labels, poor color contrast, keyboard problems, and incorrect focus behavior.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: user-invocable in frontmatter, but also installed under .cursor/.

Good fit Use it to check semantic HTML, screen-reader support, forms, dialogs, keyboard navigation, and interactive controls, then get suggested fixes and tests.

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

Made for: Claude Code, Cursor.

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/emaraschio/cursor-commands/accessibility-audit.svg)](https://agentmods.dev/skills/emaraschio/cursor-commands/accessibility-audit)
Your own site
<a href="https://agentmods.dev/skills/emaraschio/cursor-commands/accessibility-audit"><img src="https://agentmods.dev/badge/skills/emaraschio/cursor-commands/accessibility-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 388 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.00014 $0.00388
Opus 5 $0.00007 $0.00194
Sonnet 5 $0.00003 $0.00078
Haiku 4.5 $0.00001 $0.00039

Measured 7d ago against content hash f94a66f12972, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 7d 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.

.cursor/skill-contracts/accessibility-audit/SKILL.md · 51 lines

What it actually says

Overview

Perform comprehensive accessibility (a11y) audit of the current UI code to ensure compliance with WCAG guidelines and provide an inclusive user experience.

Steps

  1. WCAG Compliance
    • Check conformance to WCAG 2.1 guidelines (A, AA, AAA levels)
    • Verify proper semantic HTML structure
    • Ensure keyboard navigation support
    • Review color contrast and visual accessibility
  2. Screen Reader Support
    • Validate ARIA labels and descriptions
    • Check heading hierarchy and structure
    • Ensure form labels and error messages are accessible
    • Review dynamic content announcements
  3. Interactive Elements
    • Verify focus management and visible focus indicators
    • Check tab order and keyboard shortcuts
    • Ensure interactive elements are properly sized
    • Review modal and dialog accessibility
  4. Testing & Tools
    • Suggest automated accessibility testing tools
    • Provide manual testing procedures
    • Create accessibility test cases
    • Recommend browser extensions and validators
  5. Remediation
    • Provide specific code fixes for each issue
    • Include ARIA attributes and semantic improvements
    • Suggest alternative approaches for complex interactions
    • Create accessible component patterns

Accessibility Audit Checklist

  • WCAG compliance verified
  • Screen reader support validated
  • Interactive elements accessible
  • Testing tools recommended
  • Remediation code provided with examples

Guardrails

  • Change only accessibility issues; do not touch unrelated code.
  • Verify keyboard navigation and screen reader behavior, not only automated scans.
  • Do not print or commit secrets, tokens, or credentials found while auditing UI code; flag their location instead.
  • Do not commit, push, or merge changes without explicit consent.
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 51 lines · 14 tokens per session scan A f94a66f12972

Subscribe to this mod's changes

accessibility-audit is a skill published in the GitHub repository emaraschio/cursor-commands (9 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 388 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

design-review

Stress-test a plan or design against domain language, docs, and code. Ask hard questions one at a time. Update CONTEXT.md and ADRs as decisions crystallize. Use when you already have a draft plan or spec and want to find gaps before implementation.

netanelavr/dotcursor · 56 tokens

ijfw-ui-spec

Use when the user says: 'ui spec', 'design contract', 'ui audit setup', 'lock the design', 'visual contract', 'ui review setup', or '/ijfw-ui-spec'. Produces UI-SPEC.md as the visual design contract before any frontend or visual-artifact build, and dispatches ijfw-ui-auditor as the final 6-pillar gate.

FerroxLabs/ijfw · 83 tokens

ijfw-design

Use when the user says: 'design', 'redesign', 'UI', 'UX', 'dashboard', 'page', 'component', 'make it look better', 'polish', 'pretty', 'professional', 'user experience', 'layout', 'visual', 'accessibility', 'colors', 'typography', 'brand'.

FerroxLabs/ijfw · 72 tokens

grok-build-supervisor

Initialize the persistent local proxy, then immediately ensure a visible Grok Build TUI for the current workspace when /grokexecute on activates, and continuously supervise that coding-agent session through a user-level Supervisor daemon as the user sends work, waits for completion, reconnects from another host task…

Vanyangyang/cursor-bridge · 103 tokens

cursor-delegate

Delegate bounded light-to-medium implementation, investigation, documentation, configuration, testing, and tooling work to Cursor Bridge after the primary agent owns direction and risk boundaries. Also use when the user explicitly asks to create, keep, continue, inspect, or close the same Cursor execution session…

Vanyangyang/cursor-bridge · 151 tokens

grok-executor-mode

Task-local execution policy applied to ordinary user tasks only after an exact /grokexecute on; the host agent then plans, supervises, corrects, and verifies while all implementation and workspace-mutating execution goes through Grok Build Supervisor. Never activate or deactivate from ordinary requests, task text…

Vanyangyang/cursor-bridge · 73 tokens