wcag-audit-patterns

Audit web content against WCAG 2.2 with checklists and remediation patterns.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/powxenv/focus --skill wcag-audit-patterns-powxenv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wcag-audit-patterns
Source: https://github.com/powxenv/focus/tree/main/.claude/skills/wcag-audit-patterns
Command: npx skills add https://github.com/powxenv/focus --skill wcag-audit-patterns-powxenv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive framework and actionable guidance for auditing websites against WCAG 2.2 accessibility standards, enabling the identification and remediation of accessibility violations.

Core Features & Use Cases

  • WCAG 2.2 Audit Checklist: Detailed checks for all WCAG 2.2 success criteria across Perceivable, Operable, Understandable, and Robust principles.
  • Automated Testing Integration: Examples and guidance for using tools like axe-core, pa11y, and Lighthouse for automated accessibility checks.
  • Remediation Patterns: Practical code examples and strategies for fixing common accessibility issues like missing labels, poor contrast, and keyboard traps.
  • Use Case: When a website needs to be audited for WCAG 2.2 compliance, this Skill offers the necessary checklist, testing tools, and remediation techniques to ensure accessibility standards are met.

Quick Start

Use the wcag-audit-patterns skill to audit the provided website URL for WCAG 2.2 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 compliance?

Audit WCAG 2.2 compliance using detailed checklists across Perceivable, Operable, Understandable, and Robust principles to identify violations. The framework evaluates web content against success criteria to ensure accessibility standards are met.

What is the best way to integrate automated accessibility testing into my workflow?

Integrate automated accessibility testing using tools like axe-core, pa11y, and Lighthouse to check web content for violations. These tools identify common issues quickly, complementing the manual WCAG 2.2 audit checklist validation process.

How do I fix common WCAG violations like missing labels and poor contrast?

Fix common WCAG violations by applying remediation patterns that provide practical code examples for missing labels, poor contrast, and keyboard traps. These strategies resolve accessibility issues to meet compliance requirements.

When do I need a WCAG audit for ADA and Section 508 compliance?

You need a WCAG audit for ADA and Section 508 compliance when ensuring web accessibility standards are legally required. The audit addresses legal requirements by verifying content meets WCAG 2.2 success criteria and generating necessary documentation.

Does automated accessibility testing work with the POUR principles framework?

Automated accessibility testing works with the POUR principles framework by validating specific success criteria under Perceivable, Operable, Understandable, and Robust categories. Tools like axe-core and Lighthouse detect structural violations within these principles.