accessibility-testing

accessibility-testing is a skill for Claude Code, Codex from cosmicstack-labs/mercury-agent-skills. It costs 29 tokens per session (478 once invoked), scanned A, original, MIT.

A guide for checking whether websites and applications are usable by people with disabilities. It covers WCAG rules, automated scans, keyboard checks, and screen-reader testing.

In plain words
What is it for?
Use it to audit web pages, test interfaces with assistive technology, and plan accessibility fixes.
Why use it?
It helps find barriers such as missing text alternatives, poor contrast, inaccessible keyboard controls, and incorrect accessibility labels.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to audit web pages, test interfaces with assistive technology, and plan accessibility fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cosmicstack-labs/mercury-agent-skills/accessibility-testing
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 cosmicstack-labs/mercury-agent-skills --skill accessibility-testing
Clone the repo
git clone --depth 1 https://github.com/cosmicstack-labs/mercury-agent-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/accessibility-testing/github.svg)](https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/accessibility-testing)
Your own site
<a href="https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/accessibility-testing"><img src="https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/accessibility-testing/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-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/accessibility-testing"><img src="https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/accessibility-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 478 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00029 $0.00478
Opus 5 $0.00015 $0.00239
Sonnet 5 $0.00006 $0.00096
Haiku 4.5 $0.00003 $0.00048

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

Security

Grade A, and why

accessibility-testing 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.

categories/testing-qa/accessibility-testing/SKILL.md · 60 lines

What it actually says

Accessibility Testing

Systematically test and improve web accessibility.

WCAG Guidelines (Quick Reference)

Level Conformance Target
A Minimum Must pass all A criteria
AA Standard Legal standard (ADA, Section 508)
AAA Advanced Highest level, not always achievable

Key Success Criteria

  • 1.1.1 (A): All non-text content has text alternative
  • 1.4.3 (AA): Color contrast ≥ 4.5:1
  • 2.1.1 (A): All functionality via keyboard
  • 2.4.7 (AA): Visible focus indicators
  • 4.1.2 (A): Proper ARIA roles and attributes

Testing Approach

Automated (Catches ~30%)

// axe-core in CI
const { axe } = require('jest-axe');
it('should have no accessibility violations', async () => {
  render(<MyComponent />);
  const results = await axe(document.body);
  expect(results).toHaveNoViolations();
});

Manual (Catches ~40%)

  • Tab through all interactive elements
  • Test with high contrast mode
  • Zoom to 200% — no content should be cut off
  • Disable CSS — content should be in logical order

Assistive Technology (Catches ~30%)

  • Test with VoiceOver (macOS/iOS)
  • Test with NVDA (Windows)
  • Test with keyboard only (no mouse/trackpad)

Common Fixes

  • Add alt text to all images (decorative = alt="")
  • Add aria-label to icon-only buttons
  • Ensure forms have associated <label> elements
  • Add skip-to-content link
  • Use proper heading hierarchy (h1 → h2 → h3, never skip)
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 · 60 lines · 29 tokens per session scan A f0333aed2f90

Subscribe to this mod's changes

accessibility-testing is a skill published in the GitHub repository cosmicstack-labs/mercury-agent-skills (470 stars, last pushed 16d ago), licensed MIT. It adds 29 tokens to every session and 478 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-09-03.

Related

Other skills, from other repositories

diff

Reconcile a converted/built web page against its source prototype with two complementary probes — a PIXEL/layout diff (stretched images, dropped wraps, blank renders, colour flips) and a STRUCTURAL content+typography diff (dropped/mis-slotted headings, eyebrows, CTAs; rendered-face font forks). Stack-agnostic via…

adobe/skills · 120 tokens

find-test-content

Use this when you need to find existing pages that already use a specific block in an AEM Edge Delivery Services project, for example to locate test content or examples during block development. Covers reporting page URLs with occurrence counts and block variants. This searches existing content; to import a new page…

adobe/skills · 68 tokens

appbuilder-testing

Generate and run tests for Adobe App Builder actions and UI components. Scaffolds Jest unit tests, integration tests against deployed actions, contract tests for Adobe API interactions, and React component tests using Testing Library. Provides mock helpers for State, Files, Events SDKs, @adobe/aio-lib- clients, ExC…

adobe/skills · 201 tokens

storybook

Scaffolds, audits, and tests Storybook stories for React (web) and React Native / Expo (native) component libraries. Generates three artefacts in two files per invocation: a visual regression .stories.tsx file containing a Default story (variants grouped into a single snapshot) and a Playground story (interactive args…

mthines/agent-skills · 233 tokens

visual-qa-vision-agent

Equips the AI agent with visual QA capabilities using Playwright/Puppeteer and the agent's innate Vision capabilities to self-correct UI layout, CSS alignment, and visual regressions.

roedyrustam/vibes-plug · 44 tokens

visual-qa

Use when verifying that a UI renders correctly. Covers visual regression testing, responsive checks across breakpoints, cross-browser verification, and screenshot-based review of an implementation against a design.

nimadorostkar/Claude-Skills-collection · 39 tokens