accessibility-testing

Automate accessibility testing and WCAG compliance validation for web projects.

1|2|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/michaelsvanbeek/personal-agent-skills --skill accessibility-testing-michaelsvanbeek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-testing
Source: https://github.com/michaelsvanbeek/personal-agent-skills/tree/main/skills/accessibility-testing
Command: npx skills add https://github.com/michaelsvanbeek/personal-agent-skills --skill accessibility-testing-michaelsvanbeek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated accessibility testing addresses the burden of manually validating WCAG conformance and ARIA correctness across web apps, reducing regressions and release risk.

Core Features & Use Cases

  • Automated analysis of ARIA usage, keyboard navigation, color contrast, and semantic correctness.
  • CI integration with tools like axe-core, Playwright, and Lighthouse to maintain accessibility standards.
  • End-to-end accessibility audits for pages and critical workflows, with actionable remediation guidance.

Quick Start

Run automated accessibility checks on your web app and review results to address violations.

Frequently Asked Questions about accessibility-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WCAG compliance checks for my web app?

Automate WCAG compliance checks by integrating axe-core, Playwright, and Lighthouse to validate ARIA usage, keyboard navigation, and color contrast. This reduces manual validation burden and catches accessibility regressions during development and CI workflows.

What's the best way to test ARIA usage and keyboard navigation in Playwright?

The best way to test ARIA usage and keyboard navigation in Playwright is by integrating axe-core for automated accessibility analysis. This combination validates semantic correctness and keyboard accessibility at the component and integration test levels.

Can I run automated accessibility testing in my existing CI pipeline?

Yes, you can run automated accessibility testing in your CI pipeline. The Skill supports CI automation using toolchains like axe-core, Playwright, and Lighthouse to maintain accessibility standards and generate dashboards with documented rules.

What accessibility violations can automated Lighthouse audits detect?

Automated Lighthouse audits can detect accessibility violations related to ARIA usage, keyboard navigation, color contrast, and semantic correctness. The Skill applies these checks to web pages and critical workflows, providing actionable remediation guidance.

Does automated accessibility testing fully replace manual WCAG validation?

Automated accessibility testing reduces the burden of manual WCAG validation but does not fully replace it. It addresses regressions and release risk by automating checks for ARIA, color contrast, and keyboard navigation, while complex WCAG criteria may still require manual review.