accessibility-review

Audit web applications for WCAG 2.1 AA conformance and generate remediation steps.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/thingperson/pileofshame --skill accessibility-review-thingperson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-review
Source: https://github.com/thingperson/pileofshame/tree/main/.claude/skills/accessibility-review
Command: npx skills add https://github.com/thingperson/pileofshame --skill accessibility-review-thingperson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit and improve app accessibility by systematically identifying WCAG 2.1 AA gaps across keyboard, screen reader, contrast, and layout, with actionable guidance to fix them.

Core Features & Use Cases

  • Full audit: comprehensive coverage of all accessibility categories across the app, suitable for pre-release checks and quarterly reviews.
  • Changed-files audit: scoped checks on surfaces touched by recent changes to accelerate quick passes during pre-push reviews.
  • Focused audit: deep-dive into a single category or surface when a specific accessibility concern is raised.

Quick Start

Run the accessibility audit on the current app build to generate an actionable report.

Frequently Asked Questions about accessibility-review

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

FAQPage Schema
How do I audit my web app for WCAG 2.1 AA conformance?

To audit WCAG 2.1 AA conformance, the skill checks color contrast, keyboard navigation, screen reader labels, focus management, and semantic HTML, then delivers actionable remediation steps. You can run a full audit, a changed-files audit, or a focused deep-dive.

What is the best way to check accessibility on recently changed UI files?

The best way to check accessibility on recently changed files is running a changed-files audit. This scoped check targets only surfaces touched by recent changes to accelerate quick passes during pre-push reviews.

Can I run a focused accessibility audit for just keyboard navigation?

Yes, you can run a focused audit to deep-dive into a single category like keyboard navigation. This targets specific surfaces when a particular accessibility concern is raised, rather than scanning the entire app.

Do I need a defined test plan to check screen reader labels and focus management?

Yes, a defined test plan is required to check screen reader labels and focus management. The audit systematically applies this plan across your app to identify gaps and provide clear, actionable guidance to fix them.

When should I use a full WCAG audit instead of a scoped check?

Use a full WCAG audit for comprehensive coverage across all accessibility categories, making it suitable for pre-release checks and quarterly reviews. Use scoped checks for faster, targeted verification during active development.