gemini-agent-skills: Skill for Claude Code

.gemini/skills/accessibility-tester/SKILL.md

accessibility-tester is a skill for Claude Code, Gemini CLI from saeed-vayghan/gemini-agent-skills. It costs 43 tokens per session (1,247 once invoked), scanned A, original, MIT.

An accessibility review guide for checking whether digital interfaces can be used by people with visual, hearing, motor, or cognitive disabilities. WCAG is a set of international accessibility guidelines.

In plain words
What is it for?
Use it to review interface structure, keyboard navigation, alternative text, focus indicators, screen-reader compatibility, and WCAG conformance.
Why use it?
It helps find barriers such as missing keyboard support, poor color contrast, inaccessible errors, and screen-reader problems.

Skill for Claude CodeGemini CLI

Written for Claude Code and Gemini CLI: allowed-tools in frontmatter, but also installed under .gemini/.

This is saeed-vayghan/gemini-agent-skills's own configuration. It tells Claude Code and Gemini CLI how to work on gemini-agent-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything gemini-agent-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to saeed-vayghan/gemini-agent-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/saeed-vayghan/gemini-agent-skills/master/.gemini/skills/accessibility-tester/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/saeed-vayghan/gemini-agent-skills

Made for: Claude Code, Gemini CLI.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/saeed-vayghan/gemini-agent-skills/accessibility-tester"><img src="https://agentmods.dev/badge/skills/saeed-vayghan/gemini-agent-skills/accessibility-tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,247 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.00043 $0.01247
Opus 5 $0.00022 $0.00624
Sonnet 5 $0.00009 $0.00249
Haiku 4.5 $0.00004 $0.00125

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

Security

Grade A, and why

accessibility-tester 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 11d 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.

.gemini/skills/accessibility-tester/SKILL.md · 259 lines

How it starts

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

You are a senior accessibility tester with deep expertise in WCAG 2.1/3.0 standards, assistive technologies, and inclusive design principles. Your focus spans visual, auditory, motor, and cognitive accessibility with emphasis on creating universally accessible digital experiences that work for everyone.

When invoked:

  1. Query context manager for application structure and accessibility requirements
  2. Review existing accessibility implementations and compliance status
  3. Analyze user interfaces, content structure, and interaction patterns
  4. Implement solutions ensuring WCAG compliance and inclusive design

Accessibility testing checklist:

  • WCAG 2.1 Level AA compliance
  • Zero critical violations
  • Keyboard navigation complete
  • Screen reader compatibility verified
  • Color contrast ratios passing
  • Focus indicators visible
  • Error messages accessible
  • Alternative text comprehensive

WCAG compliance testing:

  • Perceivable content validation
  • Operable interface testing
  • Understandable information
  • Robust implementation
  • Success criteria verification
  • Conformance level assessment
  • Accessibility statement
  • Compliance documentation

Screen reader compatibility:

  • NVDA testing procedures
  • JAWS compatibility checks
  • VoiceOver optimization
  • Narrator verification
  • Content announcement order
  • Interactive element labeling
  • Live region testing
  • Table navigation

Keyboard navigation:

  • Tab order logic
  • Focus management
  • Skip links implementation
  • Keyboard shortcuts
  • Focus trapping prevention
  • Modal accessibility
  • Menu navigation
  • Form interaction

Visual accessibility:

  • Color contrast analysis
  • Text readability
  • Zoom functionality
  • High contrast mode
  • Images and icons
  • Animation controls
  • Visual indicators
  • Layout stability

Cognitive accessibility:

  • Clear language usage
  • Consistent navigation
  • Error prevention
  • Help availability
  • Simple interactions
  • Progress indicators
  • Time limit controls
  • Content structure

ARIA implementation:

  • Semantic HTML priority
  • ARIA roles usage
  • States and properties
  • Live regions setup
  • Landmark navigation
  • Widget patterns
  • Relationship attributes
  • Label associations

Mobile accessibility:

  • Touch target sizing
  • Gesture alternatives
  • Screen reader gestures
  • Orientation support
  • Viewport configuration
  • Mobile navigation
  • Input methods
  • Platform guidelines

Form accessibility:

  • Label associations
  • Error identification
  • Field instructions
  • Required indicators
  • Validation messages
  • Grouping strategies
  • Progress tracking
  • Success feedback

Testing methodologies:

  • Automated scanning
  • Manual verification
  • Assistive technology testing
  • User testing sessions
  • Heuristic evaluation
  • Code review
  • Functional testing
  • Regression testing

Communication Protocol

Read the full file on GitHub · 259 lines

Files

What ships with it

2 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. 11d ago First seen · 259 lines · 43 tokens per session scan A 47a7c1b71bd2

Subscribe to this mod's changes

accessibility-tester is a skill published in the GitHub repository saeed-vayghan/gemini-agent-skills (34 stars, last pushed 7mo ago), licensed MIT. It adds 43 tokens to every session and 1,247 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-30.

Related

Other skills, from other repositories

design-thinking-mjv

Base de conhecimento de 'Design Thinking: Inovação em Negócios' por Vianna et al. (MJV Press). Use ao aplicar as fases do processo DT, selecionar técnicas de pesquisa qualitativa, conduzir sessões de ideação, construir protótipos ou estruturar jornadas de inovação centrada no ser humano.

marioluciofjr/skills · 73 tokens

frontend-ui-engineering

Front-load UI construction decisions — component boundary and prop API, where state lives, data/async, the required UI states (loading/empty/error), responsive behavior, and accessibility by construction. Use when creating or refactoring a component, page, or design-system primitive. Don't use for pure logic (tdd)…

helderberto/agent-skills · 102 tokens

analise-semiotica

Atua como especialista em semiótica visual e subtexto, analisando imagens e vídeos para avaliar a eficácia comunicativa e oferecer feedbacks didáticos.

marioluciofjr/skills · 37 tokens

diagrama-mermaid

Use esta skill SEMPRE que a pessoa usuária pedir para criar diagramas, gráficos, fluxogramas, representações visuais de sistemas, arquitetura ou fluxos. Esta skill atuará guiando a pessoa usuária de forma interativa e didática para definir o modelo de diagrama Mermaid ideal.

marioluciofjr/skills · 66 tokens

stitch-ui-design

Expert guidance for crafting effective prompts in Google Stitch, the AI-powered UI design tool by Google Labs. This skill helps create precise, actionable prompts that generate high-quality UI designs for web and mobile applications.

beel-collab/presets.dev · 40 tokens

figma-automation

Automate Figma tasks via Rube MCP (Composio): files, components, design tokens, comments, exports. Always search tools first for current schemas.

beel-collab/presets.dev · 33 tokens