qt-widget-accessibility-audit

Solid

Audit Qt Widget applications for accessibility compliance using QAccessible interface and platform accessibility APIs

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# qt-widget-accessibility-audit Audit Qt Widget and Qt Quick applications for accessibility compliance. This skill checks QAccessible interface implementations, keyboard navigation, screen reader compatibility, and WCAG guidelines adherence. ## Capabilities - Audit QAccessible interface implementations - Check keyboard navigation and focus handling - Verify screen reader compatibility - Validate high contrast and color accessibility - Check text scaling support - Review accessible names and descriptions - Test with platform accessibility tools - Generate accessibility compliance reports ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the Qt project" }, "auditLevel": { "enum": ["basic", "wcag-a", "wcag-aa", "wcag-aaa"], "default": "wcag-aa" }, "targetPlatform": { "enum": ["windows", "macos", "linux"], "description": "Platform to focus accessibility checks" }, "checkCategories": { "type": "array", "items": { "enum": ["keyboard", "screen-reader", "visual", "focus", "labels", "navigation"] }, "default": ["keyboard", "screen-reader", "visual", "focus", "labels"] }, "includeQml": { "type": "boolean", "default": true } }, "required": ["projectPath"] } ``` ## Output Schema ```json { "type": "object", "properties": { "success": { "type": "boolean" }, "complianceLevel": {...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills