web-accessibility-audit

Audit web pages for WCAG 2.1 AA/AAA violations and generate prioritized code fixes.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill web-accessibility-audit-greenmamba29
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-accessibility-audit
Source: https://github.com/Greenmamba29/skillsdotmd_web/tree/main/.agents/skills/web-accessibility-audit
Command: npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill web-accessibility-audit-greenmamba29

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need for web accessibility by auditing web pages and components for WCAG 2.1 compliance, providing actionable insights and code examples to fix identified issues.

Core Features & Use Cases

  • Comprehensive Auditing: Checks for violations across Perceivable, Operable, Understandable, and Robust (POUR) principles of WCAG 2.1.
  • Prioritized Fixes: Delivers a report with prioritized fixes, including specific code examples for remediation.
  • Use Case: A development team can use this skill to automatically scan their staging environment for accessibility issues before a production release, ensuring compliance with AA or AAA standards.

Quick Start

Audit the provided URL 'https://example.com' for WCAG 2.1 AA compliance and generate code fixes.

Frequently Asked Questions about web-accessibility-audit

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

FAQPage Schema
How do I audit a web page for WCAG 2.1 AA compliance?

To audit a web page for WCAG 2.1 AA compliance, provide the URL or UI component to the skill. It checks for color contrast, keyboard navigation, ARIA labels, and focus management, returning prioritized fixes with code examples.

What is included in a WCAG accessibility audit report?

A WCAG accessibility audit report includes identified violations across Perceivable, Operable, Understandable, and Robust principles. It delivers prioritized fixes featuring specific code examples to remediate issues like poor screen reader compatibility.

Can I check ARIA labels and keyboard navigation for accessibility issues automatically?

You can check ARIA labels and keyboard navigation automatically by running an audit. The process evaluates these specific UI components against WCAG standards and generates actionable code snippets to resolve any identified violations.

Does this accessibility audit support WCAG AAA standards?

This accessibility audit supports both WCAG 2.1 AA and AAA standards. You can specify your target compliance level to evaluate your web pages and UI components for the appropriate color contrast and focus management requirements.

How do I fix color contrast violations in my web UI?

To fix color contrast violations, run the audit to identify failures against WCAG standards. The generated report provides prioritized fixes with specific code examples, allowing you to directly apply the remediation steps to your web components.

When should I run a web accessibility audit before production release?

You should run a web accessibility audit on your staging environment before a production release. This ensures your web pages meet AA or AAA compliance standards by verifying ARIA labels, screen reader compatibility, and keyboard navigation.