wcag-audit-patterns

Audit web applications for WCAG 2.2 compliance and provide remediation patterns.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axe-core, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need for web accessibility by providing a comprehensive framework for auditing websites against WCAG 2.2 guidelines, identifying violations, and offering actionable remediation strategies.

Core Features & Use Cases

  • WCAG 2.2 Auditing: Detailed checklists covering Perceivable, Operable, Understandable, and Robust principles.
  • Automated Testing Integration: Examples for using tools like axe-core, pa11y, and Lighthouse.
  • Remediation Guidance: Practical code examples for fixing common accessibility issues (e.g., missing labels, contrast, keyboard navigation).
  • Use Case: A development team needs to ensure their new web application meets AA accessibility standards before launch. They use this Skill to guide their audit process, identify issues, and implement fixes.

Quick Start

Use the wcag-audit-patterns skill to audit the provided website URL for WCAG 2.2 compliance.

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 web application for WCAG 2.2 compliance?

To audit a web application for WCAG 2.2 compliance, you systematically check content against the Perceivable, Operable, Understandable, and Robust principles to identify violations and apply remediation patterns.

What is the best way to integrate automated accessibility testing into a web development workflow?

Automated accessibility testing integrates into web development workflows by running tools like axe-core and Lighthouse to efficiently detect compliance violations, which are then resolved using targeted remediation code patterns.

Can I use axe-core to identify all WCAG 2.2 AA violations for a website launch?

Axe-core can be used to identify many WCAG 2.2 AA violations efficiently, but a comprehensive audit also requires manual checks across all four POUR principles to ensure full web accessibility compliance before launch.

How do I fix common web accessibility issues like missing labels and contrast violations?

Fixing common web accessibility issues like missing labels and contrast violations requires applying specific remediation guidance and practical code examples to correct the identified non-compliant elements.

Does WCAG 2.2 auditing support integration with Lighthouse for compliance checks?

WCAG 2.2 auditing supports integration with Lighthouse to perform efficient automated compliance checks, helping development teams identify accessibility issues and implement necessary fixes.

What are the limitations of using automated tools for web accessibility compliance?

The limitation of using automated tools for web accessibility compliance is that they cannot detect every violation across the Perceivable, Operable, Understandable, and Robust principles, requiring manual review for complete WCAG 2.2 conformance.