Verify Accessibility

Audit wxPython desktop GUI accessibility for WCAG compliance.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Row0902/agents --skill verify-accessibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verify Accessibility
Source: https://github.com/Row0902/agents/tree/main/.agent/skills/verify_accessibility
Command: npx skills add https://github.com/Row0902/agents --skill verify-accessibility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You audit the GUI and logic for WCAG 2.1/2.2 compliance, ensuring usability for all users including those relying on keyboard navigation and screen readers.

Core Features & Use Cases

  • WCAG Compliance Audits: Evaluate visuals, keyboard navigation, and screen reader support against WCAG guidelines.
  • UI/UX Accessibility Guidance: Provide actionable fixes to improve contrast, focus indicators, and labeling for controls.
  • Use Case: A desktop wxPython app fails color contrast in a dark theme; this skill guides the audit and produces a remediation plan.

Quick Start

Run an accessibility audit on the desktop GUI, focusing on keyboard focus visibility and label associations.

Frequently Asked Questions about Verify Accessibility

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

FAQPage Schema
How do I audit a wxPython GUI for WCAG compliance?

WCAG compliance audits for desktop applications evaluate UI visuals, keyboard navigation, and screen reader compatibility to ensure usability for all users against WCAG 2.1/2.2 guidelines.

What is the best way to fix color contrast issues in a wxPython dark theme?

Fixing color contrast issues in a wxPython dark theme involves evaluating UI visuals against WCAG standards and applying actionable guidance to improve contrast and focus indicators.

How do I test screen reader compatibility in a wxPython application?

Testing screen reader compatibility in a wxPython application requires knowledge of accessibility APIs and manual testing workflows to evaluate logic and UI controls against WCAG rules.

Can I use this to evaluate keyboard navigation and focus visibility in desktop apps?

Yes, you can evaluate keyboard navigation and focus visibility in desktop apps by auditing GUI logic and providing actionable fixes to improve focus indicators and label associations for controls.

Does WCAG auditing for desktop GUIs require manual testing workflows?

Yes, WCAG auditing for desktop GUIs requires manual testing workflows alongside knowledge of WCAG rules and accessibility APIs to properly evaluate visuals, navigation, and screen reader support.