wcag-audit-patterns

Automate WCAG 2.2 accessibility audits and remediation guidance for websites.

1|Updated Jul 24, 2025
One-click install
npx skills add https://github.com/civictechdc/votecatcher --skill wcag-audit-patterns-civictechdc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wcag-audit-patterns
Source: https://github.com/civictechdc/votecatcher/tree/main/frontend/.agent/skills/wcag-audit-patterns
Command: npx skills add https://github.com/civictechdc/votecatcher --skill wcag-audit-patterns-civictechdc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance to help teams identify and fix accessibility issues efficiently.

Core Features & Use Cases

  • Automated Testing & Verification: Integrates automated tests with human review to surface WCAG violations across web content.
  • Remediation Guidance: Provides actionable patterns and best practices to fix common accessibility problems.
  • Use Case: Use in design reviews, development sprints, and QA to build accessible websites and components.

Quick Start

Run an accessibility audit on your site and review the automated results to begin remediation.

Frequently Asked Questions about wcag-audit-patterns

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

FAQPage Schema
How do I run a WCAG 2.2 accessibility audit on my website?

Run a WCAG 2.2 accessibility audit by combining automated testing with manual verification to surface violations across web content. This process identifies compliance issues and generates actionable remediation patterns for your components.

What are WCAG remediation patterns and when do I need them?

WCAG remediation patterns are actionable best practices used to fix accessibility violations identified during an audit. You need them when automated testing or manual verification reveals non-compliant components requiring structured code fixes.

Can I use automated testing alone to verify WCAG compliance for web components?

Automated testing alone cannot fully verify WCAG compliance for web components. A thorough audit integrates automated checks with human manual verification to accurately validate POUR principles and ensure true accessibility conformance.

What is the best way to fix WCAG violations found during a design review?

The best way to fix WCAG violations found during a design review is to apply structured remediation guidance based on audit results. This approach provides actionable patterns to correct accessibility issues directly within your development sprints.

Does a WCAG audit check POUR principles across all website content?

A WCAG audit checks POUR principles across website content by running conformance checks against WCAG 2.2 standards. It evaluates Perceivable, Operable, Understandable, and Robust criteria during both automated testing and manual verification.

Why does automated accessibility testing miss certain WCAG violations?

Automated accessibility testing misses certain WCAG violations because some conformance checks require human manual verification. Relying solely on automated tests fails to fully validate POUR principles and complex interactive component behaviors.