audit-a11y

Audit React/Next.js components for WCAG 2.1 AA accessibility violations.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/blackgirlbytes/team-starter-repo --skill audit-a11y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-a11y
Source: https://github.com/blackgirlbytes/team-starter-repo/tree/main/.cursor/skills/audit-skills/audit-a11y
Command: npx skills add https://github.com/blackgirlbytes/team-starter-repo --skill audit-a11y

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and helps fix accessibility violations in React/Next.js components, ensuring WCAG 2.1 AA compliance and a better user experience for all.

Core Features & Use Cases

  • WCAG 2.1 AA Checklist: Comprehensive audit covering perceivable, operable, understandable, and robust criteria.
  • React/Next.js Specific Checks: Tailored checks for common accessibility pitfalls in modern web development.
  • Fix Patterns: Provides concrete examples of how to resolve identified issues.
  • Use Case: Before deploying a new feature, run this skill to catch and correct any accessibility bugs, preventing user frustration and ensuring broader audience reach.

Quick Start

Run an accessibility audit on the current React component.

Frequently Asked Questions about audit-a11y

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

FAQPage Schema
How do I audit my React components for WCAG 2.1 AA accessibility violations?

To audit React components for accessibility violations, the Skill checks your UI against WCAG 2.1 AA standards, identifying issues with keyboard support, ARIA usage, and semantic HTML, then provides specific fix patterns and a summary of violations.

Does this accessibility audit work with Next.js projects?

Yes, the accessibility audit works with Next.js projects. It is specifically tailored to check for common accessibility pitfalls in modern React and Next.js web development environments.

What specific accessibility issues are checked during a frontend audit?

The frontend accessibility audit checks for WCAG 2.1 AA compliance across perceivable, operable, understandable, and robust criteria, specifically focusing on keyboard support, ARIA usage, and semantic HTML structure in your components.

How do I get fix patterns for ARIA and semantic HTML issues found in my UI?

To get fix patterns for ARIA and semantic HTML issues, run the audit on your React or Next.js components. It identifies the accessibility violations and provides concrete examples of how to resolve each identified issue.

What is the best way to ensure keyboard support and WCAG compliance before deploying a React feature?

The best way to ensure keyboard support and WCAG compliance before deployment is to run an accessibility audit on your React components. This catches and helps correct accessibility bugs early, preventing user frustration and ensuring broader audience reach.