android-accessibility

Audit Android Jetpack Compose UI components for WCAG AA accessibility compliance.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/siddhantparadox/codexAndroidApp --skill android-accessibility-siddhantparadox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-accessibility
Source: https://github.com/siddhantparadox/codexAndroidApp/tree/main/.agents/skills/android-accessibility
Command: npx skills add https://github.com/siddhantparadox/codexAndroidApp --skill android-accessibility-siddhantparadox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and QA engineers identify and fix accessibility issues in Android applications, particularly those built with Jetpack Compose, ensuring a better experience for all users.

Core Features & Use Cases

  • Accessibility Auditing: Provides a comprehensive checklist for evaluating content descriptions, touch target sizes, color contrast, focus order, and semantics.
  • Jetpack Compose Focus: Offers specific guidance for accessibility in modern Android UI development.
  • Use Case: A developer can use this Skill to audit a new feature built with Jetpack Compose, ensuring all interactive elements have adequate touch targets and descriptive labels for screen readers 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 Jetpack Compose components for accessibility?

Android accessibility auditing evaluates Jetpack Compose UI components against a checklist for content descriptions, touch target sizes, color contrast, focus order, and semantic properties to ensure WCAG AA compliance.

What is checked during a Jetpack Compose accessibility audit?

A Jetpack Compose accessibility audit checks UI components for adequate touch target sizes, descriptive labels for screen readers, correct color contrast, logical focus order, and proper semantic properties to ensure adherence to WCAG AA standards.

Can I use this to check if my Android UI meets WCAG AA standards?

Yes, you can verify that your Android UI meets WCAG AA standards. The audit specifically checks touch target size, color contrast, and semantic properties to ensure your Jetpack Compose application adheres to established accessibility best practices.

How do I fix missing content descriptions in Compose for screen readers?

To fix missing content descriptions for screen readers, audit the component using the accessibility checklist to identify unlabeled elements. The audit flags missing semantic properties so you can add descriptive labels for screen reader compatibility.

What's the best way to evaluate touch target size and focus order in Android?

The best way to evaluate touch target size and focus order is to run an accessibility audit on your Android components. The checklist identifies interactive elements with inadequate touch targets and validates the focus order for screen reader navigation.