WC

wcag-audit-patterns

Evaluates web accessibility using POUR principles to detect violations and suggest remediation.

Install

mkdir -p .claude/skills/wcag-audit-patterns && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/456" && unzip -o skill.zip -d .claude/skills/wcag-audit-patterns && rm skill.zip

Installs to .claude/skills/wcag-audit-patterns

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.
222 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Identify WCAG 2.2 critical blockers
  • Audit websites against POUR principles
  • Generate remediation paths for keyboard accessibility
  • Assess semantic HTML implementation
  • Prepare compliance findings for VPAT

How it works

Applies a multi-tier auditing framework based on WCAG principles. It cross-references code against a taxonomy of critical, serious, and moderate violation patterns.

Inputs & outputs

You give it
URL or codebase to audit
You get back
Violation report with remediation steps

When to use wcag-audit-patterns

  • Audit website accessibility for WCAG 2.2
  • Fix color contrast and keyboard navigation issues
  • Prepare VPAT compliance documentation

About this skill

WCAG Audit Patterns

Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.

When to Use This Skill

  • Conducting accessibility audits
  • Fixing WCAG violations
  • Implementing accessible components
  • Preparing for accessibility lawsuits
  • Meeting ADA/Section 508 requirements
  • Achieving VPAT compliance

Core Concepts

1. WCAG Conformance Levels

LevelDescriptionRequired For
AMinimum accessibilityLegal baseline
AAStandard conformanceMost regulations
AAAEnhanced accessibilitySpecialized needs

2. POUR Principles

Perceivable:  Can users perceive the content?
Operable:     Can users operate the interface?
Understandable: Can users understand the content?
Robust:       Does it work with assistive tech?

3. Common Violations by Impact

Critical (Blockers):
├── Missing alt text for functional images
├── No keyboard access to interactive elements
├── Missing form labels
└── Auto-playing media without controls

Serious:
├── Insufficient color contrast
├── Missing skip links
├── Inaccessible custom widgets
└── Missing page titles

Moderate:
├── Missing language attribute
├── Unclear link text
├── Missing landmarks
└── Improper heading hierarchy

Detailed patterns and worked examples

Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.

Best Practices

Do's

  • Start early - Accessibility from design phase
  • Test with real users - Disabled users provide best feedback
  • Automate what you can - 30-50% issues detectable
  • Use semantic HTML - Reduces ARIA needs
  • Document patterns - Build accessible component library

Don'ts

  • Don't rely only on automated testing - Manual testing required
  • Don't use ARIA as first solution - Native HTML first
  • Don't hide focus outlines - Keyboard users need them
  • Don't disable zoom - Users need to resize
  • Don't use color alone - Multiple indicators needed

When not to use it

  • When performing non-web based desktop software audits
  • When you only need a design-phase accessibility checklist

Limitations

  • Automation only catches 30-50% of issues
  • Manual verification is required for full compliance

How it compares

It combines automated scanning results with manual verification guidance, moving beyond simple 'check' tools to actionable remediation paths.

Compared to similar skills

wcag-audit-patterns side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
wcag-audit-patterns (this skill)202moNo flagsIntermediate
fixing-accessibility56moNo flagsIntermediate
full-review03moReviewAdvanced
ui-ux-expert-skill919moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

More by wshobson

View all by wshobson

You might also like

Search skills

Search the agent skills registry