accessibility-audit

Audit digital interfaces against WCAG 2.2 and output prioritized remediation plans.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/soeiroo/multifunctional-web --skill accessibility-audit-soeiroo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-audit
Source: https://github.com/soeiroo/multifunctional-web/tree/main/.agents/skills/accessibility-audit
Command: npx skills add https://github.com/soeiroo/multifunctional-web --skill accessibility-audit-soeiroo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams identify and remediate barriers that hinder users with disabilities by performing thorough accessibility audits aligned with WCAG guidelines and providing actionable remediation guidance.

Core Features & Use Cases

  • WCAG alignment: Analyze pages against WCAG 2.2 POUR principles and map issues to relevant WCAG criteria.
  • Severity-driven remediation: Assign 1-4 severity levels and propose concrete fixes with impact-focused prioritization.
  • Use Case: Run a page audit on a marketing site to surface color contrast issues, missing alternatives, and keyboard navigation gaps, then generate a remediation plan.

Quick Start

Run a complete WCAG-based accessibility audit on the target webpage and output a prioritized remediation plan.

Frequently Asked Questions about accessibility-audit

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

FAQPage Schema
How do I run a WCAG accessibility audit on a webpage?

Run a WCAG accessibility audit by analyzing target pages against WCAG 2.2 POUR principles, mapping issues to criteria, assigning 1-4 severity levels, and outputting a prioritized remediation plan with example code fixes.

What is WCAG remediation and how does severity prioritization work?

WCAG remediation involves fixing accessibility barriers using a 1-4 severity taxonomy. This severity-driven prioritization focuses impact, proposing concrete fixes for issues like missing alternatives and keyboard navigation gaps to guide remediation efforts.

Does this accessibility audit work for mobile apps and content across devices?

Yes, the accessibility audit applies to web pages, mobile apps, and content across devices. It identifies perceivable, operable, understandable, and robust barriers, providing structured findings and actionable remediation guidance for each interface.

What is the best way to map color contrast issues to WCAG criteria?

The best way to map color contrast issues is through an audit that identifies the issue location, assigns severity, and outputs the specific WCAG criteria alongside actionable example code to directly resolve the barrier.

Do I need additional assistive tech dependencies to perform an inclusive design audit?

No dependencies are required to perform an inclusive design audit. The process independently identifies barriers on digital interfaces and generates structured reporting including issue descriptions, locations, WCAG criteria, severity, and impact.

Why does a keyboard navigation gap appear as a high severity accessibility barrier?

Keyboard navigation gaps receive high severity ratings because they severely hinder operability for assistive tech users. The audit assigns 1-4 severity levels based on impact, prioritizing these structural barriers for immediate remediation.