android-accessibility

Audit Jetpack Compose UI for Android accessibility issues via prompt-driven checklists.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/thinhtt264/Snaplet-App --skill android-accessibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-accessibility
Source: https://github.com/thinhtt264/Snaplet-App/tree/main/.cursor/skills/android-accessibility
Command: npx skills add https://github.com/thinhtt264/Snaplet-App --skill android-accessibility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams audit and fix Android accessibility issues in Jetpack Compose UI components.

Core Features & Use Cases

  • Comprehensive accessibility checks for content descriptions, touch targets, color contrast, focus and semantics, and headings.
  • Step-by-step guidance during design reviews, code reviews, and QA testing to ensure compliance with accessibility best practices.
  • Actionable prompts that practitioners can apply directly to Jetpack Compose and traditional Android views to improve usability for all users.

Quick Start

Run the android-accessibility skill to audit the current screen for accessibility issues, reporting content descriptions, touch target sizes, color contrast, focus semantics, and headings with recommended fixes.

Frequently Asked Questions about android-accessibility

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

FAQPage Schema
How do I audit Jetpack Compose accessibility issues like contentDescription and touch targets?

You can audit Jetpack Compose accessibility by applying a prompt-driven checklist that verifies contentDescription presence, minimum touch target size, color contrast ratios, focus order, and heading semantics, providing actionable fixes for each issue.

What Android accessibility checks should I perform during a UI code review?

During an Android UI code review, perform accessibility checks for content descriptions, touch target sizes, color contrast, focus semantics, and headings to ensure compliance with accessibility best practices using both automated and manual inspections.

Does this Android accessibility audit work with traditional Android views or only Jetpack Compose?

This accessibility audit applies to both Jetpack Compose UI components and traditional Android views, guiding practitioners through design reviews, code reviews, and QA testing with actionable prompts for WCAG compliance.

How do I verify minimum touch target size and color contrast in Android UI components?

To verify minimum touch target size and color contrast in Android UI components, use a checklist approach that prompts you to measure touch target dimensions and calculate contrast ratios against accessibility standards.

What is the best way to fix focus order and heading semantics in Jetpack Compose?

The best way to fix focus order and heading semantics in Jetpack Compose is using a guided checklist that identifies incorrect focus sequences and missing semantic headings, then provides clearly actionable prompts for remediation.

When should I use an automated checklist over manual inspection for Android accessibility?

Use an automated checklist for Android accessibility to quickly identify missing contentDescription and touch target failures, while manual inspection is necessary for verifying focus order, heading semantics, and color contrast compliance.