accessibility-expert

Audit web accessibility for WCAG 2.1/2.2 compliance and ARIA errors.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/mahamaneharouna9-cpu/Apex-invoice-billing-automation --skill accessibility-expert-mahamaneharouna9-cpu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-expert
Source: https://github.com/mahamaneharouna9-cpu/Apex-invoice-billing-automation/tree/main/.opencode/skill/accessibility-expert
Command: npx skills add https://github.com/mahamaneharouna9-cpu/Apex-invoice-billing-automation --skill accessibility-expert-mahamaneharouna9-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses and rectifies web accessibility issues, ensuring digital content is usable by everyone, including people with disabilities.

Core Features & Use Cases

  • WCAG Compliance: Audits and fixes violations against WCAG 2.1/2.2 standards.
  • Screen Reader Optimization: Improves compatibility with assistive technologies like screen readers.
  • Keyboard Navigation: Ensures all interactive elements are navigable via keyboard.
  • Use Case: A company's website fails an accessibility audit due to poor color contrast and missing alt text on images. This Skill can identify these issues and provide specific code recommendations to fix them, making the site compliant.

Quick Start

Use the accessibility-expert skill to check the provided URL for WCAG 2.1 violations.

Frequently Asked Questions about accessibility-expert

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

FAQPage Schema
How do I check my website for WCAG 2.1 and 2.2 compliance violations?

To check for WCAG 2.1 and 2.2 compliance, you analyze your website's code to identify accessibility violations. This process audits your digital content against standard guidelines to ensure it is usable by everyone, including people with disabilities.

How do I fix WAI-ARIA implementation errors on my web pages?

Fixing WAI-ARIA errors involves analyzing your web page code to identify incorrect ARIA attributes and resolving them. Correct implementation ensures assistive technologies can accurately interpret and interact with your dynamic web content.

What is the best way to optimize web applications for screen reader compatibility?

Optimizing for screen readers requires analyzing your HTML and ARIA usage to ensure proper semantic structure and labels. This resolves compatibility issues, allowing assistive technologies to correctly read and navigate your digital content.

How do I ensure all interactive elements are navigable via keyboard?

Ensuring keyboard navigation involves auditing your interactive elements to verify they are fully accessible without a mouse. This process identifies and resolves focus management and tab order issues, meeting strict accessibility standards.

What common accessibility issues does a website audit typically uncover?

An accessibility audit typically uncovers violations like poor color contrast, missing alt text on images, and keyboard navigation barriers. Identifying these specific issues allows you to generate targeted code recommendations for full compliance.

Can I use this to identify missing alt text and color contrast problems in my code?

Yes, you can use this to identify missing alt text and color contrast problems by analyzing your source code. It detects these specific accessibility violations and provides precise code recommendations to fix them.