accessibility-audit
Generate a WCAG 2.2 accessibility audit checklist and remediation suggestions for any UI or design. Use when asked to audit for accessibility, check WCAG compliance, review a design for a11y issues, or create an accessibility remediation plan. Produces a prioritised checklist with pass/fail assessments and specific fixes.
npx skills add mohitagw15856/pm-claude-skills --skill accessibility-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Accessibility Audit Skill This skill produces a structured accessibility audit based on WCAG 2.2 guidelines. It covers visual, motor, cognitive, and screen reader accessibility — with prioritised remediation for each issue found. ## Required Inputs Ask the user for these if not provided: - **What is being audited** (screen, component, full product, design spec) - **Description or image** of the UI - **Target WCAG level** (A / AA / AAA — default to AA, which is the legal standard in most jurisdictions) - **Known assistive technology users?** (Yes/No — if yes, which: screen reader / switch access / voice control / magnification) - **Platform** (Web / iOS / Android / Desktop app) ## Output Structure --- # Accessibility Audit: [Component or Screen Name] **Target standard:** WCAG 2.2 Level [AA] **Platform:** [Platform] **Date:** [Date] --- ## Audit Summary | Category | Issues Found | Critical | Moderate | Minor | |---|---|---|---|---| | Perceivable | | | | | | Operable | | | | | | Understandable | | | | | | Robust | | | | | | **Total** | | | | | **Overall compliance status:** ✅ Compliant / 🟡 Minor issues / 🔴 Fails AA standard --- ## Perceivable ### 1.1 Text Alternatives - [ ] All im
- Required Inputs
- Output Structure
- Audit Summary
- Perceivable
- 1.1 Text Alternatives
- 1.3 Adaptable
- 1.4 Distinguishable
- Operable
- 2.1 Keyboard Accessible
- 2.4 Navigable
- 2.5 Input Modalities
- Understandable
- 3.1 Readable
- 3.2 Predictable
What does the accessibility-audit skill do?
Generate a WCAG 2.2 accessibility audit checklist and remediation suggestions for any UI or design. Use when asked to audit for accessibility, check WCAG compliance, review a design for a11y issues, or create an accessibility remediation plan. Produces a prioritised checklist with pass/fail assessments and specific fixes.
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill accessibility-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
