Accessibility Audit Helper

Audit HTML, JSX, and React components for WCAG 2.1 violations with fixes.

9|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Notysoty/openagentskills --skill accessibility-audit-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Accessibility Audit Helper
Source: https://github.com/Notysoty/openagentskills/tree/main/skills/accessibility-audit-helper
Command: npx skills add https://github.com/Notysoty/openagentskills --skill accessibility-audit-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews UI code and components for WCAG 2.1 accessibility violations and provides concrete fixes.

Core Features & Use Cases

  • Systematic accessibility reviews of HTML, JSX, and React components
  • Generates actionable fixes with before/after examples
  • Useful during code reviews, feature audits, and accessibility sweeps

Quick Start

Copy this file to .agents/skills/accessibility-audit-helper/SKILL.md in your project root and ask the agent to audit a component.

Frequently Asked Questions about Accessibility Audit Helper

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

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

You can audit React components for WCAG 2.1 accessibility violations by providing the JSX code to the agent, which then reviews it for issues like ARIA usage, heading hierarchy, and focus management. It returns categorized findings with severity labels and before/after code fixes.

What is the best way to find and fix HTML color contrast and keyboard accessibility issues?

The best way to find and fix HTML color contrast and keyboard accessibility issues is to run a UI audit on the code. The agent systematically reviews the markup to identify violations and generates actionable before/after code examples to resolve them.

Can I use this to check alt text and ARIA usage during a code review?

Yes, you can use this during code reviews to check alt text and ARIA usage. The audit is designed for feature audits and accessibility sweeps, systematically identifying issues in HTML and JSX components and providing concrete fixes.

How do I fix heading hierarchy and focus management issues in JSX?

To fix heading hierarchy and focus management issues in JSX, run an accessibility audit on the component. The agent identifies the specific WCAG 2.1 violations and outputs before/after code examples showing the corrected implementation.

Does this accessibility audit work with plain HTML or only React?

This accessibility audit works with both plain HTML and React. It is designed to apply to HTML, JSX, and React components to identify WCAG 2.1 violations like missing alt text, ARIA misuse, and color contrast problems.

What do I need to start an accessibility sweep of my UI code?

To start an accessibility sweep of your UI code, you need to copy the skill file to the .agents/skills/accessibility-audit-helper/SKILL.md path in your project root, then ask the agent to audit a specific component to receive categorized findings and fixes.