android-testing-ui

Installation
SKILL.md

Android Testing UI

When To Use

  • Use this skill when the request is about: android ui test, compose ui test screen, espresso validation android.
  • Primary outcome: Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
  • Reach for this skill when the missing work is assertions, instrumentation, screenshot capture, or accessibility verification, not product-state design.
  • Handoff skills when the scope expands:
  • android-compose-accessibility
  • android-ui-states-validation

Workflow

  1. Scope the risk surface: behavior, visual regressions, accessibility semantics, or cross-device interaction.
  2. Pick the narrowest verification strategy that still catches the likely regressions: instrumentation for behavior, Roborazzi for visuals, or both for high-risk flows.
  3. Instrument the workflow so failures are actionable rather than just red.
  4. Run the relevant checks on the showcase apps and packaging outputs.
  5. Capture any residual risk with explicit follow-up work and owner skills, including handing off to android-ui-states-validation when the state matrix itself is incomplete.
Installs
18
GitHub Stars
13
First Seen
Mar 7, 2026
android-testing-ui — krutikjain/android-agent-skills