wcag-audit-patterns

Automate WCAG 2.2 accessibility audits and generate remediation plans for websites.

3|2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wesleyegberto/software-engineering-skills --skill wcag-audit-patterns-wesleyegberto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wcag-audit-patterns
Source: https://github.com/wesleyegberto/software-engineering-skills/tree/main/plugins/frontend/skills/wcag-audit-patterns
Command: npx skills add https://github.com/wesleyegberto/software-engineering-skills --skill wcag-audit-patterns-wesleyegberto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WCAG auditing patterns address the need to systematically assess websites for WCAG 2.2 conformance, identify violations, and provide remediation guidance.

Core Features & Use Cases

  • Automated WCAG 2.2 checks across pages and components
  • Manual verification steps for edge cases
  • Remediation guidance and pattern templates for common violations
  • Use Case: frontend engineers audit a new component library and generate remediation plans aligned with WCAG 2.2

Quick Start

Run a full WCAG 2.2 audit on a target page and generate an actionable remediation plan.

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 a web application?

A WCAG 2.2 accessibility audit systematically evaluates web pages and components against conformance criteria. It combines automated checks with manual verification to identify violations and generate an actionable remediation plan.

What is the best way to document WCAG remediation for a component library?

Documenting WCAG remediation involves mapping identified accessibility gaps to specific pattern templates and fix examples. This provides frontend engineers with actionable guidance prioritized across pages, components, and interactions.

Does this WCAG audit process support manual verification for edge cases?

Yes, the WCAG audit process includes manual verification steps specifically designed to catch edge cases that automated checks miss. This ensures comprehensive accessibility conformance assessment across complex web interactions.

How do I prioritize accessibility fixes when auditing a large website?

You prioritize accessibility fixes by assessing identified WCAG 2.2 violations across pages and components, then mapping them to remediation guidance based on severity. This generates an actionable plan targeting critical interactions first.

When do I need manual verification steps during an accessibility audit?

Manual verification steps are needed during an accessibility audit when evaluating complex interactions and edge cases that automated WCAG checks cannot reliably assess. This ensures accurate conformance validation for dynamic web components.