wcag-audit-patterns

Audit web content for WCAG 2.2 violations across POUR principles.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/drgaciw/academic-compliance-hub-glm --skill wcag-audit-patterns-drgaciw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wcag-audit-patterns
Source: https://github.com/drgaciw/academic-compliance-hub-glm/tree/main/agents/plugins/accessibility-compliance/skills/wcag-audit-patterns
Command: npx skills add https://github.com/drgaciw/academic-compliance-hub-glm --skill wcag-audit-patterns-drgaciw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users audit websites for WCAG 2.2 accessibility compliance, identify violations, and provides guidance on how to remediate them, ensuring digital inclusivity.

Core Features & Use Cases

  • WCAG 2.2 Auditing: Comprehensive checklist covering Perceivable, Operable, Understandable, and Robust principles.
  • Violation Identification: Details common violations with code examples for both good and bad practices.
  • Remediation Guidance: Offers specific patterns and code snippets to fix accessibility issues.
  • Use Case: A web developer needs to ensure a new feature meets AA accessibility standards before launch. They can use this Skill to systematically check against WCAG guidelines and implement the suggested fixes.

Quick Start

Use the wcag-audit-patterns skill to audit the current page for WCAG 2.2 AA violations.

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 accessibility compliance?

To audit a website for WCAG 2.2 accessibility compliance, use this Skill to systematically check web content against the Perceivable, Operable, Understandable, and Robust principles, identifying specific violations and generating actionable remediation strategies.

What is the best way to remediate ADA and Section 508 web accessibility violations?

The best way to remediate ADA and Section 508 accessibility violations is to identify specific WCAG 2.2 failures and apply targeted code fixes. This Skill provides detailed remediation patterns and code snippets to correct non-compliant web elements.

Can I use axe-core automated testing results for manual WCAG checklist verification?

Yes, you can integrate axe-core automated testing with manual WCAG checklist verification. This Skill supports automated tools like axe-core while also providing detailed manual checklists across all POUR principles to ensure comprehensive compliance.

Does this WCAG audit process cover requirements for generating a VPAT compliance report?

Yes, this WCAG audit process addresses requirements for VPAT compliance. By systematically evaluating web content against WCAG 2.2 AA standards and documenting violations with remediation steps, it provides the necessary foundation for accurate VPAT reporting.

How do I fix common WCAG 2.2 AA violations in my web development project?

To fix common WCAG 2.2 AA violations, this Skill details specific non-compliant patterns with code examples and provides direct remediation snippets, helping developers implement accessible features before launch.

What are the limitations of automated accessibility audits for POUR principles?

Automated accessibility audits for POUR principles often miss contextual issues requiring manual verification. This Skill addresses limitations by pairing automated testing with detailed manual checklists to catch violations automated tools cannot detect.