community-a11y-audit

Detect and fix WCAG 2.2 accessibility issues in web content.

20|2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Zenobia000/claude-Godzilla-z --skill community-a11y-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: community-a11y-audit
Source: https://github.com/Zenobia000/claude-Godzilla-z/tree/main/.claude/skills/community-a11y-audit
Command: npx skills add https://github.com/Zenobia000/claude-Godzilla-z --skill community-a11y-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers identify and resolve WCAG 2.2 accessibility issues in web content, improving inclusivity and compliance.

Core Features & Use Cases

  • Audit Accessibility: Analyze codebases or pages to detect WCAG violations without manual inspection.
  • Automated Fixes: Apply fixes to accessibility issues, supporting a rapid iterative improvement process.
  • Use Case: A team wants to ensure their website meets accessibility standards; they run this Skill to generate reports and automatically fix detected issues.

Quick Start

Use the accessibility audit skill to scan a local HTML file and generate a compliance report.

Frequently Asked Questions about community-a11y-audit

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

FAQPage Schema
How do I audit my website for WCAG 2.2 accessibility issues?

Automated accessibility auditing scans codebases, live pages, or raw HTML to detect WCAG 2.2 violations and generate compliance reports without manual inspection.

What's the best way to automatically fix web accessibility violations?

Automated accessibility fixes apply corrections to detected WCAG violations, enabling rapid iterative improvement of web content.

Do I need browser automation tools to scan live pages for accessibility compliance?

Yes, auditing live pages requires browser automation tools such as Chrome DevTools Protocol, Playwright, or Puppeteer for live DOM analysis.

Can I analyze raw HTML for WCAG compliance without a running web server?

Yes, you can analyze raw HTML or local files for WCAG compliance directly without a running web server to identify accessibility issues.

What types of web content can be checked for WCAG violations?

WCAG violation checks support local codebases, live deployed web pages, and raw HTML files to ensure inclusive digital experiences.