accessibility-audit

Audit web content against WCAG 2.1 Level AA guidelines.

105|8|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/686f6c61/alfred-dev --skill accessibility-audit-686f6c61
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-audit
Source: https://github.com/686f6c61/alfred-dev/tree/main/skills/ux/accessibility-audit
Command: npx skills add https://github.com/686f6c61/alfred-dev --skill accessibility-audit-686f6c61

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need to make digital products usable by everyone, regardless of ability, by auditing for and identifying accessibility issues according to WCAG 2.1 AA standards.

Core Features & Use Cases

  • Comprehensive WCAG 2.1 AA Audit: Evaluates against all four principles (Perceptible, Operable, Comprehensible, Robust).
  • Automated Tool Integration: Leverages tools like axe-core, Lighthouse, and WAVE.
  • Manual Validation: Includes guidance for screen reader testing and keyboard navigation.
  • Actionable Recommendations: Provides code examples for corrections and severity ratings.
  • Use Case: A web development team needs to ensure their new e-commerce site is accessible to users with visual impairments before launch. This skill will perform a thorough audit and provide a report with specific, actionable fixes.

Quick Start

Run an accessibility audit for the current project against WCAG 2.1 level AA standards.

Frequently Asked Questions about accessibility-audit

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

FAQPage Schema
How do I perform a WCAG 2.1 AA compliance audit for my web content?

To perform a WCAG 2.1 AA compliance audit, this skill systematically checks web content against the four core principles: Perceptible, Operable, Comprehensible, and Robust, integrating automated tools and manual testing methodologies to identify specific violations.

What is the best way to check web accessibility for visually impaired users before launch?

The best way to check web accessibility for visually impaired users is to evaluate against WCAG 2.1 AA standards using automated tools like axe-core, Lighthouse, and WAVE, combined with manual validation methods such as screen reader testing and keyboard navigation.

How do I fix WCAG 2.1 AA violations found during an accessibility audit?

To fix WCAG 2.1 AA violations found during an accessibility audit, this skill provides actionable code-level corrections and assigns severity ratings to identified issues, ensuring you can systematically resolve compliance failures for an inclusive digital experience.

Does this accessibility audit include manual testing guidance for keyboard navigation and screen readers?

Yes, the accessibility audit includes manual validation by providing specific guidance for screen reader testing and keyboard navigation alongside automated tool integration to ensure comprehensive WCAG 2.1 AA compliance.

What specific web standards are checked during an accessibility audit?

During an accessibility audit, web standards checked are WCAG 2.1 Level AA guidelines, specifically evaluating digital content across the Perceptible, Operable, Comprehensible, and Robust principles to identify usability barriers.

Can I get severity ratings for accessibility issues to prioritize my development fixes?

Yes, you can get severity ratings for accessibility issues, as the audit assigns severity levels to identified violations and provides specific, code-level corrections to help your development team prioritize fixes effectively.