accessibility-audit

Audit frontend UI accessibility against WCAG standards and generate remediation guidance.

5|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/boparaiamrit/skills-by-amrit --skill accessibility-audit-boparaiamrit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-audit
Source: https://github.com/boparaiamrit/skills-by-amrit/tree/main/skills/accessibility-audit
Command: npx skills add https://github.com/boparaiamrit/skills-by-amrit --skill accessibility-audit-boparaiamrit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accessibility auditing is essential to ensure legal compliance, ethical design, and inclusive interfaces for users with disabilities.

Core Features & Use Cases

  • WCAG-aligned frontend accessibility audits covering keyboard navigation, screen readers, color contrast, and semantic HTML.
  • Actionable remediation guidance and documentation for design reviews, development sprints, and QA workflows.
  • Use Case: Audit a new web app to identify focus traps, missing labels, and color contrast issues, then generate a remediation plan.

Quick Start

Perform an accessibility audit on your frontend UI and review the WCAG-aligned report with fixes.

Frequently Asked Questions about accessibility-audit

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

FAQPage Schema
How do I audit my web app for WCAG compliance?

To audit your web app for WCAG compliance, diagnose keyboard navigation, screen reader compatibility, color contrast, and semantic HTML structure. The process generates WCAG-aligned findings with actionable remediation guidance to fix identified accessibility issues.

What is a frontend accessibility audit and what does it cover?

A frontend accessibility audit evaluates digital products to ensure interfaces are inclusive for users with disabilities. It covers keyboard navigation, screen reader testing, color contrast checks, semantic HTML, and ARIA usage to enforce WCAG standards.

How do I fix keyboard navigation and focus traps in a UI?

To fix keyboard navigation and focus traps in a UI, audit the interface to identify missing focus management and semantic HTML issues. The audit produces remediation guidance to correct focus order and remove traps for WCAG compliance.

Can I use an accessibility audit for QA workflows and design reviews?

Yes, you can use an accessibility audit for QA workflows and design reviews. It produces WCAG-aligned documentation and actionable remediation plans suitable for integration into development sprints and testing processes.

Does this accessibility audit check ARIA usage and color contrast?

Yes, this accessibility audit checks ARIA usage and color contrast. It enforces proper ARIA implementation, validates color contrast ratios, reviews semantic HTML, and documents findings against WCAG standards.

What are the limitations of automated frontend accessibility audits?

Automated frontend accessibility audits focus on diagnosing technical WCAG failures like missing ARIA labels and contrast issues. They provide remediation guidance but require manual implementation by developers to resolve complex UI accessibility barriers.