accessibility-expert

Analyze websites for WCAG compliance, ARIA roles, and keyboard navigation issues.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/VoTruongDanh/Sentiment --skill accessibility-expert-votruongdanh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-expert
Source: https://github.com/VoTruongDanh/Sentiment/tree/main/.agent/skills/accessibility-expert
Command: npx skills add https://github.com/VoTruongDanh/Sentiment --skill accessibility-expert-votruongdanh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It provides expert guidance to improve web accessibility, ensuring compliance and inclusive user experiences.

Core Features & Use Cases

  • Accessibility Auditing: Analyzes websites for WCAG compliance, ARIA implementation, and keyboard navigation issues.
  • Guidance & Recommendations: Offers best practices for screen reader optimization and accessible design patterns.
  • Use Case: A developer improves an online form’s accessibility by applying ARIA roles and checking keyboard focus management.

Quick Start

Use this Skill to evaluate a webpage for WCAG violations and get actionable suggestions for improvements.

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 compliance and fix ARIA role violations?

To check WCAG compliance, this skill analyzes webpages to identify ARIA role violations and keyboard navigation issues. It provides expert guidance and best practice recommendations to resolve these accessibility barriers effectively.

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

Screen reader optimization is achieved by applying correct ARIA roles and evaluating keyboard focus management. This skill provides targeted guidance and manual evaluation criteria to help developers refine accessible design patterns for screen readers.

How does keyboard focus management work for accessible online forms?

Keyboard focus management ensures users navigate forms without a mouse by applying ARIA roles and logical tab ordering. This skill evaluates form focus behavior and offers actionable suggestions to ensure proper keyboard navigation.

Can I use this skill to audit both automated checks and manual evaluation criteria for inclusive design?

Yes, you can use this skill to audit inclusive design through both automated checks and manual evaluation criteria. It evaluates frontend interfaces against WCAG standards to ensure comprehensive accessibility coverage.

Why does my ARIA implementation still cause keyboard navigation issues on my webpage?

ARIA implementation might cause keyboard navigation issues due to incorrect role usage or missing focus management. This skill analyzes your code to pinpoint specific WCAG violations and provides corrective best practices.