wcag-audit-patterns

Identify WCAG 2.2 conformance issues and provide remediation guidance across web content.

4|Updated Jul 12, 2016
One-click install
npx skills add https://github.com/ProjectEuropa/Europa --skill wcag-audit-patterns-projecteuropa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wcag-audit-patterns
Source: https://github.com/ProjectEuropa/Europa/tree/main/.claude/skills/wcag-audit-patterns
Command: npx skills add https://github.com/ProjectEuropa/Europa --skill wcag-audit-patterns-projecteuropa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WCAG audits can be complex and inconsistently applied; this skill provides a structured approach with automated tests, manual verification, and remediation guidance to ensure WCAG 2.2 compliance.

Core Features & Use Cases

  • Automated scanning with axe-core, Lighthouse, and pa11y to identify violations and severities.
  • Manual verification steps for keyboard navigation, focus order, and screen reader flows.
  • Remediation mapping that ties issues to WCAG criteria, severity, and concrete fixes.
  • Re-test and documentation to track progress and compliance status.

Quick Start

Run automated scans, review findings, and start applying remediation patterns from the implementation playbook.

Frequently Asked Questions about wcag-audit-patterns

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

FAQPage Schema
How do I map automated axe-core and Lighthouse violations to WCAG 2.2 criteria?

WCAG 2.2 conformance issues identified by axe-core and Lighthouse are mapped directly to specific criteria, severity levels, and concrete remediation steps. This translates raw automated scanning outputs into actionable accessibility fixes across your web content.

What is the best way to structure a WCAG audit that includes manual verification?

A structured WCAG audit combines automated scanning with manual verification of keyboard navigation, focus order, and screen reader flows. This comprehensive approach validates automated findings and applies targeted remediation strategies for full accessibility compliance.

Can I use this approach to track WCAG remediation progress and re-test compliance?

Yes, the WCAG audit workflow includes re-testing and documentation to track remediation progress and confirm compliance status. After applying concrete fixes from the remediation mapping, you re-test to verify that the identified accessibility issues have been resolved.

Does this WCAG audit workflow handle both automated scanning and manual checks?

The WCAG audit workflow handles both automated scanning with axe-core, Lighthouse, and pa11y, and manual checks for keyboard navigation and screen reader flows. It integrates both testing methods to comprehensively identify violations and verify WCAG 2.2 conformance issues.

When do I need manual verification for WCAG compliance beyond automated tools?

Manual verification for WCAG compliance is required for keyboard navigation, focus order, and screen reader flows that automated tools cannot fully evaluate. It validates automated scanning results and ensures web content meets WCAG 2.2 criteria through human interaction.