android-accessibility

Audit Android Jetpack Compose UI components for accessibility compliance.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/escorponox/musiharmony --skill android-accessibility-escorponox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-accessibility
Source: https://github.com/escorponox/musiharmony/tree/main/.claude/skills/android-accessibility
Command: npx skills add https://github.com/escorponox/musiharmony --skill android-accessibility-escorponox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers and testers 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 semantic properties.
  • Jetpack Compose Focus: Offers specific guidance for applying accessibility modifiers and semantics within Jetpack Compose UI.
  • Use Case: A developer can use this Skill to audit a new screen built with Jetpack Compose, ensuring all interactive elements have adequate touch targets and that screen reader users can navigate the content logically.

Quick Start

Analyze the provided Android UI 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 UI components for accessibility compliance?

To audit Android UI components for accessibility, evaluate content descriptions, touch target sizes, color contrast, focus order, and semantic properties against a comprehensive checklist to identify and fix compliance issues.

How do I check Jetpack Compose semantics for screen reader compatibility?

Checking Jetpack Compose semantics for screen readers involves applying specific accessibility modifiers and semantics within the UI to ensure logical content navigation and proper interactive element focus order.

Does this Android accessibility audit cover color contrast and touch target sizes?

Yes, this Android accessibility audit covers color contrast and touch target sizes, providing actionable guidance to ensure interactive elements meet adequate sizing and visual accessibility standards.

What is the best way to ensure focus order in Jetpack Compose accessibility?

The best way to ensure focus order in Jetpack Compose accessibility is to evaluate semantic properties and apply specific accessibility modifiers, ensuring screen reader users can navigate content logically.

When do I need to audit content descriptions for Android screen readers?

You need to audit content descriptions for Android screen readers when developing new application screens, ensuring all interactive elements provide adequate context and accessible navigation for users.

Are there limitations to checking Android accessibility without external dependencies?

Checking Android accessibility without external dependencies relies on a checklist approach to evaluate content descriptions, touch targets, and contrast, providing actionable guidance rather than automated runtime testing.