android-accessibility

Audit Android Jetpack Compose UI for WCAG accessibility compliance.

Updated May 29, 2016
One-click install
npx skills add https://github.com/AerisG222/maw-photos-android --skill android-accessibility-aerisg222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-accessibility
Source: https://github.com/AerisG222/maw-photos-android/tree/main/.github/skills/android-accessibility
Command: npx skills add https://github.com/AerisG222/maw-photos-android --skill android-accessibility-aerisg222

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers identify and fix accessibility issues in Android applications, ensuring a better experience for users with disabilities.

Core Features & Use Cases

  • Checklist-based Auditing: Provides a comprehensive checklist covering content descriptions, touch target sizes, color contrast, focus order, and semantic grouping.
  • Jetpack Compose Focus: Specifically tailored for auditing accessibility in modern Android UI development with Jetpack Compose.
  • Use Case: A developer can use this skill to audit a new screen built with Jetpack Compose, ensuring all interactive elements have proper content descriptions and touch targets before release.

Quick Start

Analyze the provided Android component for accessibility issues using the checklist.

Frequently Asked Questions about android-accessibility

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

FAQPage Schema
How do I audit Android accessibility issues in Jetpack Compose?

To audit Android accessibility in Jetpack Compose, evaluate content descriptions, touch target dimensions, color contrast ratios, focus management, and semantic grouping against a comprehensive checklist to ensure WCAG compliance.

What Android accessibility checklist items are required for WCAG compliance?

Android accessibility checklist items for WCAG compliance include content descriptions, touch target sizes, color contrast ratios, focus order, semantic grouping, and heading semantics to ensure screens are usable by people with disabilities.

How do I fix touch target size and color contrast issues in Android apps?

Fix touch target size and color contrast issues in Android apps by auditing interactive elements against accessibility checklist criteria, then adjusting dimensions and color ratios to meet WCAG standards.

Does this accessibility checklist support Jetpack Compose semantic grouping and headings?

Yes, this accessibility checklist specifically supports Jetpack Compose by addressing semantic grouping and heading semantics, alongside focus management and content descriptions for modern Android UI elements.

Can I use this Skill to audit an Android screen before release?

Yes, you can use this Skill to audit a new Android screen before release, ensuring all interactive elements have proper content descriptions and touch targets to verify accessibility compliance.