accessibility-audits

Audit web content for WCAG 2.2 AA compliance and assistive technology compatibility.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Colten-Covington/Buzz-Stack --skill accessibility-audits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-audits
Source: https://github.com/Colten-Covington/Buzz-Stack/tree/main/.github/skills/accessibility-audits
Command: npx skills add https://github.com/Colten-Covington/Buzz-Stack --skill accessibility-audits

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring digital content meets accessibility standards, making it usable for everyone, including individuals with disabilities.

Core Features & Use Cases

  • WCAG 2.2 AA Compliance Checks: Guides users through the process of auditing web content against specific accessibility guidelines.
  • Assistive Technology Support: Provides insights into how content performs with screen readers and other assistive technologies.
  • Use Case: A web developer can use this skill to systematically check a new feature for keyboard navigation issues, color contrast problems, and proper ARIA implementation before launch.

Quick Start

Guide me through the steps to audit a webpage for WCAG 2.2 AA compliance.

Frequently Asked Questions about accessibility-audits

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

FAQPage Schema
How do I audit a webpage for WCAG 2.2 AA compliance?

WCAG 2.2 AA compliance audits evaluate web content against semantic HTML, focus management, ARIA roles, and color contrast standards. This process identifies accessibility barriers and guides developers in rectifying issues before launch.

What is included in an accessibility audit for assistive technology compatibility?

Accessibility audits for assistive technology compatibility evaluate how web content performs with screen readers and similar tools. They ensure proper ARIA implementation and keyboard navigation so individuals with disabilities can use the content effectively.

Can I use this to check for keyboard navigation and color contrast problems?

Yes, you can use this to check for keyboard navigation and color contrast problems. It guides QA teams and developers through specific checks to identify and rectify these accessibility barriers in new web features.

What are the key requirements for a WCAG 2.2 AA accessibility check?

Key requirements for a WCAG 2.2 AA accessibility check include adhering to semantic HTML, managing focus correctly, implementing proper ARIA roles, and meeting color contrast standards. These ensure digital content is usable by everyone.

When do I need to perform an accessibility audit on my web content?

You need to perform an accessibility audit on your web content before launching new features to ensure digital content meets accessibility standards. This makes it usable for everyone, including individuals with disabilities, and ensures compliance.