wcag-audit-patterns

Automate WCAG 2.2 accessibility audits with remediation guidance for web content.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ArogyaReddy/https-github.com-wshobson-agents --skill wcag-audit-patterns-arogyareddy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wcag-audit-patterns
Source: https://github.com/ArogyaReddy/https-github.com-wshobson-agents/tree/main/plugins/accessibility-compliance/skills/wcag-audit-patterns
Command: npx skills add https://github.com/ArogyaReddy/https-github.com-wshobson-agents --skill wcag-audit-patterns-arogyareddy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WCAG-audit-patterns provides a structured guide to perform WCAG 2.2 accessibility audits with automated checks, manual verification steps, and actionable remediation strategies. It helps teams identify common accessibility violations and implement fixes to achieve conformance.

Core Features & Use Cases

  • Comprehensive audit patterns for WCAG 2.2 conformance across POUR (Perceivable, Operable, Understandable, Robust) principles.
  • Practical remediation patterns and checklists for common violations (alt text, keyboard access, color contrast, landmarks, language, and navigation).
  • Use Case: An auditor reviews a website for accessibility and documents fixes; a developer implements the recommended changes using the provided patterns.

Quick Start

Run the WCAG audit patterns to start an accessibility review of your website.

Frequently Asked Questions about wcag-audit-patterns

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

FAQPage Schema
How do I audit a website for WCAG 2.2 conformance?

To audit a website for WCAG 2.2 conformance, you need to run automated checks and manual verification steps across the POUR principles. This process identifies common accessibility violations and provides actionable remediation patterns to fix them.

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

The best way to fix color contrast and keyboard accessibility issues is to apply targeted remediation patterns after identifying the violations during an audit. This ensures your web content meets WCAG 2.2 conformance requirements for operable and perceivable content.

Can I use accessibility audit checklists for real-world design patterns?

Yes, you can use accessibility audit checklists for real-world design patterns. They support developers and QA teams auditing websites and components by providing practical remediation patterns for text alternatives, navigation, and landmarks.

Does WCAG remediation cover both automated testing and manual verification?

Yes, WCAG remediation covers both automated testing patterns and manual verification steps. Combining both methods allows teams to thoroughly identify accessibility violations and implement documented fixes to achieve full conformance.

Why does my web content fail WCAG conformance checks for text alternatives?

Web content fails WCAG conformance checks for text alternatives when images or non-text elements lack proper descriptive attributes. Running an accessibility audit identifies these specific violations and provides remediation patterns to add compliant text alternatives.

When do I need an accessibility audit for my web components?

You need an accessibility audit for your web components when preparing for WCAG 2.2 conformance. It is essential for QA teams and developers to identify and address operable, perceivable, understandable, and robust violations in real-world projects.