$npx skillfedfor your agent

accessibility-testing

This skill provides structured guidance for evaluating web applications against established accessibility standards and WCAG compliance frameworks. Use it to systematically identify barriers, test interactive components, and document findings that help ensure your digital products are usable by everyone.

accessibility-testing provides structured guidance for evaluating web applications against established accessibility standards and WCAG compliance frameworks. It helps you systematically identify barriers in your digital products by testing against WCAG criteria, ensuring that your applications meet the required accessibility benchmarks. The skill enables you to document findings and remediate issues that prevent users with disabilities from accessing your content.

AI-generated summary based on this skill's SKILL.md

299 45 MITupdated by aj-geddes

Decision gist · record as of 2026-03-04

accessibility-testing provides structured guidance for evaluating web applications against established accessibility standards and WCAG compliance frameworks. It helps you systematically identify barriers in your digital products by testing against WCAG criteria, ensuring that your applications meet the required accessibility benchmarks. The skill enables you to document findings and remediate issues that prevent users with disabilities from accessing your content.

manual: git clone https://github.com/aj-geddes/useful-ai-prompts → cp -r useful-ai-prompts/skills/accessibility-testing ~/.claude/skills/accessibility-testing
skills/accessibility-testing/SKILL.md · version f8be57b1

Use it when

  • accessibility-testing includes techniques for testing keyboard navigation and screen reader compatibility as core components.
  • Yes, accessibility-testing supports automating accessibility testing in CI/CD pipelines.

Verify before relying

Read SKILL.md below before installing (9 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

aj-geddes/useful-ai-prompts/accessibility-testing · repository language: Shell

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does accessibility-testing help validate web applications for WCAG compliance?

accessibility-testing provides structured guidance for evaluating web applications against established accessibility standards and WCAG compliance frameworks. It helps you systematically identify barriers in your digital products by testing against WCAG criteria, ensuring that your applications meet the required accessibility benchmarks. The skill enables you to document findings and remediate issues that prevent users with disabilities from accessing your content.

What methods does accessibility-testing use for screen reader compatibility testing?

accessibility-testing includes techniques for testing keyboard navigation and screen reader compatibility as core components of your accessibility validation process. By incorporating screen reader testing into your evaluation workflow, you can verify that assistive technologies properly interpret your application's content and functionality. This ensures that users relying on screen readers can navigate and interact with your web application effectively.

Can accessibility-testing be integrated into CI/CD pipelines for automated testing?

Yes, accessibility-testing supports automating accessibility testing in CI/CD pipelines, allowing you to continuously validate compliance throughout your development lifecycle. By integrating accessibility-testing into your automated testing workflows, you can catch accessibility barriers early and prevent them from reaching production. This approach helps maintain consistent accessibility standards across releases and reduces the manual effort required for accessibility audits.

How does accessibility-testing identify and fix accessibility barriers for users with disabilities?

accessibility-testing provides systematic methods to identify and fix accessibility barriers that prevent users with disabilities from accessing your web applications. The skill guides you through testing interactive components, validating semantic HTML, checking ARIA attributes, and assessing focus management. By following these structured approaches, you can discover barriers related to keyboard navigation, color contrast, form accessibility, and other common issues, then implement fixes that improve usability for all users.

What are the key accessibility testing best practices included in accessibility-testing?

accessibility-testing covers accessibility testing best practices and techniques including automated a11y scanning, WCAG violations detection, semantic HTML validation, and assistive technology testing. The skill emphasizes combining automated tools with manual testing to catch issues that automation alone might miss. Best practices covered include testing keyboard navigation, validating ARIA attributes, checking color contrast, and ensuring proper focus management—all essential for creating truly accessible web applications.

Which testing frameworks and tools does accessibility-testing support?

accessibility-testing is compatible with popular accessibility testing frameworks and tools including jest-axe, axe core with Playwright, and Cypress a11y testing integrations. The skill provides guidance on using these tools for web accessibility audits and automated scanning. Whether you're using jest-axe for unit testing, axe core for comprehensive scanning, or Cypress for end-to-end accessibility validation, accessibility-testing helps you leverage these tools effectively within your testing strategy.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Accessibility Testing

Table of Contents

Overview

Accessibility testing ensures web applications are usable by people with disabilities, including those using screen readers, keyboard navigation, or other assistive technologies. It validates compliance with WCAG (Web Content Accessibility Guidelines) and identifies barriers to accessibility.

When to Use

  • Validating WCAG 2.1/2.2 compliance
  • Testing keyboard navigation
  • Verifying screen reader compatibility
  • Testing color contrast ratios
  • Validating ARIA attributes
  • Testing form accessibility
  • Ensuring focus management
  • Testing with assistive technologies

Quick Start

Minimal working example:

```typescript // tests/accessibility/homepage.a11y.test.ts import { test, expect } from

(truncated - see the full file via the links below)

File tree — 9 files
skills/accessibility-testing/SKILL.md
skills/accessibility-testing/references/aria-testing.md
skills/accessibility-testing/references/axe-core-with-playwright.md
skills/accessibility-testing/references/cypress-accessibility-testing.md
skills/accessibility-testing/references/jest-with-jest-axe.md
skills/accessibility-testing/references/keyboard-navigation-testing.md
skills/accessibility-testing/references/python-with-selenium-and-axe.md
skills/accessibility-testing/scripts/scaffold-tests.sh
skills/accessibility-testing/templates/test-template.js

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Validate web applications for WCAG compliance and accessibility standards”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

accessibility-skill
by LambdaTest · LambdaTest/agent-skills

This skill brings accessibility testing capabilities directly into your automation framework, letting you scan for WCAG violations and usability barriers without leaving your test suite. Built by TestMu AI, it streamlines compliance validation by embedding accessibility checks into existing test pipelines.

MITupdated Jul 2026
★ 339repo stars
accessibility-selenium-testing
by fugazi · fugazi/test-automation-skills-agents

This skill equips QA engineers with practical patterns to integrate accessibility compliance checks into Selenium-based test automation workflows. Detect WCAG 2.1 and 2.2 violations programmatically, catching accessibility regressions before production. Built tool-agnostic for use with Copilot, Claude, Cursor, and other AI agents.

MITupdated Jul 2026
★ 203repo stars
a11y-playwright-testing
by fugazi · fugazi/test-automation-skills-agents

This skill equips QA engineers with a production-ready approach to accessibility testing by combining Playwright's browser automation with axe-core's compliance scanning. Run comprehensive WCAG 2.1 AA audits programmatically, catching accessibility issues before they reach users.

MITupdated Jul 2026
★ 203repo stars
accessibility-a11y
by travisjneuman · travisjneuman/.claude

This skill equips you to evaluate and improve digital experiences for users with disabilities, ensuring your interfaces meet modern accessibility standards. Leverage WCAG 2.2 guidelines and assistive technology best practices to create inclusive web applications that work for everyone.

MITupdated Jul 2026
★ 85repo stars
testing-e2e
by yonatangross · yonatangross/orchestkit

testing-e2e enables you to craft comprehensive end-to-end tests leveraging Playwright's semantic locators and page object model architecture. This skill simplifies test automation by providing structured patterns for reliable, maintainable test suites that scale across complex applications.

MITupdated Jul 2026
★ 208repo stars
qe-accessibility-testing
by proffesor-for-testing · proffesor-for-testing/agentic-qe

This skill provides automated accessibility validation aligned with WCAG 2.2 standards, helping teams systematically verify compliance and meet regulatory obligations. Built for quality engineering workflows, it integrates accessibility checks into your testing pipeline to catch barriers early and ensure your applications remain accessible to all users.

MITupdated Jul 2026
★ 423repo stars

More skills playwright-verifier (MIT) · accessibility-auditor (MIT) · Accessibility Expert (unlicensed) · accessibility-patterns (Apache-2.0) · qe-a11y-ally (MIT)

Tags
inclusive-designcompliance-automationassistive-techwcag-standardsbarrier-detectiona11y-ci-integrationkeyboard-first-testingscreen-reader-validationcontrast-analysis