Back to Skills

accessibility-auditor

verified

Analyzes web and mobile applications for WCAG 2.2 AA accessibility compliance. Audits code (HTML, React, React Native, SwiftUI), interprets automated tool output, and processes manual tester findings. Produces structured audit reports that implementation agents can action. Use this skill when conducting accessibility audits, reviewing code for a11y issues, or synthesizing accessibility test results.

View on GitHub

Marketplace

pokayokay

srstomp/pokayokay

Plugin

pokayokay

productivity

Repository

srstomp/pokayokay
2stars

plugins/pokayokay/skills/accessibility-auditor/SKILL.md

Last Verified

January 23, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/srstomp/pokayokay/blob/main/plugins/pokayokay/skills/accessibility-auditor/SKILL.md -a claude-code --skill accessibility-auditor

Installation paths:

Claude
.claude/skills/accessibility-auditor/
Powered by add-skill CLI

Instructions

# Accessibility Auditor

Analyze applications for WCAG 2.2 AA compliance and produce actionable audit reports.

## Audit Workflow

```
┌─────────────────────────────────────────────────────────────┐
│                        INPUTS                               │
├─────────────────┬─────────────────┬─────────────────────────┤
│ Code            │ Tool Output     │ Tester Findings         │
│ (HTML, React,   │ (axe, Light-    │ (manual testing         │
│ RN, SwiftUI)    │ house, etc.)    │ reports)                │
└────────┬────────┴────────┬────────┴────────┬────────────────┘
         │                 │                 │
         └─────────────────┼─────────────────┘
                           ▼
              ┌────────────────────────┐
              │   ANALYSIS PROCESS     │
              │  • Map to WCAG 2.2 AA  │
              │  • Classify severity   │
              │  • Identify patterns   │
              │  • Note remediation    │
              └───────────┬────────────┘
                          ▼
              ┌────────────────────────┐
              │     AUDIT REPORT       │
              │  Structured for        │
              │  implementation agent  │
              └────────────────────────┘
```

## WCAG 2.2 AA Quick Reference

### The Four Principles (POUR)

| Principle | Meaning | Key Questions |
|-----------|---------|---------------|
| **Perceivable** | Users can perceive content | Can everyone see/hear/read it? |
| **Operable** | Users can interact | Can everyone navigate and use controls? |
| **Understandable** | Users can comprehend | Is content and UI predictable and clear? |
| **Robust** | Works with assistive tech | Does it work with screen readers, etc.? |

### Compliance Levels

- **A**: Minimum (basic access)
- **AA**: Standard (legal requirement in most jurisdictions) ← **Target**
- **AAA**: Enhanced (not typically required)

## Severity Classification

Use this scale for all findings:

| Severity | Definition | Example | Priority |
|---

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
7719 chars