accessibility-audit

Audits frontend code for WCAG 2.2 AA accessibility compliance and remediation guidance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accessibility issues in web projects prevent users with disabilities from accessing content and interacting effectively. This skill identifies and guides remediation for WCAG 2.2 Level AA gaps and aligns with The A11Y Project checklist to improve usability for all users.

Core Features & Use Cases

  • Considers global, headings, images, color contrast, keyboard focus, ARIA roles, and semantic structure to surface issues.
  • Provides actionable remediation guidance and a structured step-by-step fix plan.
  • Use Case: Before a launch, run the audit to catch blockers that impact accessibility pass/fail status.

Quick Start

Run /accessibility-audit to scan your project and start the accessibility review.

Frequently Asked Questions about accessibility-audit

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

FAQPage Schema
How do I audit my frontend codebase for WCAG 2.2 Level AA compliance?

To audit frontend code for WCAG 2.2 Level AA compliance, run the accessibility-audit skill to scan pages, components, and forms, identifying global, structural, and interactive barriers. It provides a structured checklist and remediation guidance.

What accessibility issues are checked during a frontend audit?

An accessibility audit checks headings, images, color contrast, keyboard focus, ARIA roles, and semantic structure. This surfaces global, structural, and interactive barriers that prevent users with disabilities from accessing content effectively.

Can I use this audit to check dynamic interactions and forms?

Yes, you can audit dynamic interactions and forms by applying the skill to frontend pages and components. It identifies interactive barriers and provides actionable remediation guidance to ensure WCAG 2.2 Level AA compliance.

What is the best way to fix accessibility issues found during an audit?

The best way to fix accessibility issues is to follow the structured step-by-step remediation guidance provided by the audit. This plan helps you systematically address identified barriers and improve usability for all users.

Do I need a specific file format to run an accessibility audit?

You need a valid SKILL.md frontmatter with name and description to run the accessibility audit. The skill provides Quick Start instructions to begin scanning your project codebase immediately.

When should I run an accessibility audit on my web project?

Run an accessibility audit before a launch to catch blockers that impact pass/fail status. Aligning with The A11Y Project checklist, the audit identifies WCAG 2.2 Level AA gaps to improve usability for all users.