agency-accessibility-auditor

Identify WCAG 2.2 AA accessibility gaps across web interfaces.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-accessibility-auditor-omeraltn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-accessibility-auditor
Source: https://github.com/omeraltn/ice_cream_website_testing/tree/main/.antigravity/agency-accessibility-auditor
Command: npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-accessibility-auditor-omeraltn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many digital interfaces are not usable by people with disabilities, creating barriers for navigation, interaction, and comprehension. This Skill provides an expert evaluator to identify WCAG 2.2 AA gaps, validate with assistive technologies, and deliver actionable remediation guidance.

Core Features & Use Cases

  • WCAG-aligned Audits: Automated checks combined with manual testing against POUR principles.
  • Assistive Technology Validation: Screen reader and keyboard-only testing across major flows.
  • Remediation Guidance: Concrete fixes with WCAG references and code examples.

Quick Start

Run a comprehensive accessibility audit on a new or existing product using WCAG 2.2 AA criteria and assistive technologies.

Frequently Asked Questions about agency-accessibility-auditor

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

FAQPage Schema
How do I audit my web interface for WCAG 2.2 AA compliance?

Audit web interfaces for WCAG 2.2 AA compliance by running automated checks and manual testing across features, forms, and modals. This identifies keyboard, screen-reader, and cognitive accessibility gaps, delivering actionable code-level remediations.

What is the best way to test screen reader and keyboard accessibility?

Test screen reader and keyboard accessibility by validating major user flows with assistive technologies. This process checks navigation, dynamic content, and forms against POUR principles to document barriers and provide concrete fixes.

Can I use this to find ARIA and usability issues in dynamic content?

Yes, you can evaluate dynamic content, modals, and navigation to find ARIA and usability issues. It combines automated checks with manual testing to report severity ratings and specific code examples for remediation.

Does this accessibility audit provide code-level fix recommendations?

Yes, the accessibility audit provides code-level fix recommendations. It documents findings with WCAG references and severity ratings, guiding developers and designers with concrete remediation examples for identified barriers.

When do I need to run an accessibility audit on my product features?

Run an accessibility audit on product features when interfaces are not usable by people with disabilities. It validates forms and dynamic content using assistive technology to document interaction and comprehension barriers.

Why does my web interface fail keyboard-only navigation testing?

Web interfaces fail keyboard-only navigation testing due to missing focus management, ARIA roles, or invalid HTML structures. The audit identifies these gaps against WCAG 2.2 AA criteria and provides actionable code fixes.