audit-a11y

Runs automated WCAG 2.2 AA accessibility tests via Playwright and axe-core.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jluckyiv/rivcomocktrial --skill audit-a11y-jluckyiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-a11y
Source: https://github.com/jluckyiv/rivcomocktrial/tree/main/.claude/skills/audit-a11y
Command: npx skills add https://github.com/jluckyiv/rivcomocktrial --skill audit-a11y-jluckyiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ripgrep.

What problem does it solve?

This Skill enables automated WCAG 2.2 AA accessibility auditing for critical user flows by running axe-core through Playwright, surfacing violations that impact keyboard navigation, color contrast, and screen-reader labels.

Core Features & Use Cases

  • Runs automated accessibility checks on login, register, team, and admin flows.
  • Highlights semantic HTML, keyboard accessibility, color contrast, and screen-reader labeling issues.
  • Use case: ensure baseline accessibility before milestones and detect regressions after UI changes.

Quick Start

Start the Playwright-based accessibility audit against the app to surface real-world WCAG violations.

Frequently Asked Questions about audit-a11y

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

FAQPage Schema
How do I run automated WCAG accessibility tests with Playwright?

Run automated WCAG accessibility tests with Playwright by integrating axe-core to evaluate login, register, team, and admin paths, surfacing violations related to keyboard navigation, color contrast, and screen-reader labels.

What accessibility issues does axe-core detect in web applications?

axe-core detects accessibility issues impacting keyboard navigation, color contrast, and screen-reader labeling by checking semantic HTML against WCAG 2.2 AA standards during automated Playwright test suite execution.

Do I need to install axe-core to run accessibility audits in Playwright?

Yes, you need to install the @axe-core/playwright and axe-core packages to run accessibility audits, enabling automated WCAG 2.2 AA violation reporting for key application user flows.

Can I use Playwright to check for accessibility regressions before a release?

Yes, you can use Playwright to check for accessibility regressions before a release by running axe-core audits against critical user paths, ensuring baseline accessibility is maintained after UI changes.

What is the best way to audit admin and team flows for WCAG 2.2 AA compliance?

The best way to audit admin and team flows for WCAG 2.2 AA compliance is running automated axe-core checks via Playwright, which generates structured violation reports for real-world accessibility issues.