graph-accessibility

Audit UI components against WCAG 2.2 AA accessibility standards.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/luissimon96/orchestration-devops-agents --skill graph-accessibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph-accessibility
Source: https://github.com/luissimon96/orchestration-devops-agents/tree/main/.agents/skills/graph-accessibility
Command: npx skills add https://github.com/luissimon96/orchestration-devops-agents --skill graph-accessibility

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive audit for accessibility compliance, ensuring UI components meet WCAG 2.2 AA standards and are usable by all users regardless of ability.

Core Features & Use Cases

  • WCAG 2.2 AA Checklist: Audits against the 4 WCAG principles (POUR) for compliance.
  • ARIA Validation: Checks for proper ARIA attributes on interactive elements.
  • Keyboard Navigation: Verifies all interactive elements are reachable via Tab key.
  • Color Contrast: Ensures all text meets WCAG AA contrast ratios.
  • Screen Reader Testing: Tests critical user flows with screen readers.
  • i18n Readiness: Checks for internationalization readiness.
  • Focus Management: Verifies focus management for dynamic content.
  • Accessibility Report: Generates a comprehensive report of the audit findings.
  • Use Case: Before deploying UI features, this Skill can be used to ensure that new components meet accessibility standards and are ready for all users.

Quick Start

Run the graph-accessibility skill to audit the accessibility of your UI components.

Frequently Asked Questions about graph-accessibility

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

FAQPage Schema
How do I audit my UI components for WCAG 2.2 AA compliance?

To audit UI components for WCAG 2.2 AA compliance, you can automate the process to validate ARIA attributes, test keyboard navigation, analyze color contrast ratios, and generate a comprehensive accessibility report.

How do I check if my interactive elements have proper ARIA attributes and keyboard navigation?

You can check ARIA attributes and keyboard navigation by running an automated accessibility audit that verifies Tab key reachability for interactive elements and validates screen reader compatibility for critical user flows.

Does automated accessibility testing cover internationalization readiness and focus management?

Automated accessibility testing can verify internationalization readiness and focus management by assessing dynamic content focus states and ensuring UI components are prepared for diverse user groups.

What is the best way to ensure color contrast meets WCAG AA standards before deployment?

The best way to ensure color contrast meets WCAG AA standards is to run an automated UI component audit that analyzes text against required contrast ratios and generates a detailed compliance report.

Can I test screen reader compatibility without manual checks for every user flow?

You can test screen reader compatibility by automating the audit of critical user flows against WCAG 2.2 AA principles, which reduces manual checks and generates a detailed report of accessibility findings.

When do I need to run an accessibility audit on my UI components?

You need to run an accessibility audit before deploying new UI features to ensure components meet WCAG 2.2 AA standards, verify focus management for dynamic content, and ensure readiness for all users.