android_ui_verification

Automate Android emulator UI testing with ADB and uiautomator.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/involvex/llms-remote --skill android-ui-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android_ui_verification
Source: https://github.com/involvex/llms-remote/tree/main/.agents/skills/android_ui_verification
Command: npx skills add https://github.com/involvex/llms-remote --skill android-ui-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of UI testing and verification on Android emulators, streamlining debugging and ensuring application stability.

Core Features & Use Cases

  • Automated UI Interaction: Perform taps, swipes, and text inputs on Android applications.
  • State Verification: Inspect UI hierarchy and capture screenshots for visual regression.
  • Log Analysis: Monitor application logs for errors or specific messages.
  • Use Case: Automatically test a new feature in a React Native app by navigating through the UI, filling out a form, and verifying the success message appears, all without manual intervention.

Quick Start

Run the verify_ui.sh script to capture a screenshot and inspect the UI hierarchy of the running Android emulator.

Frequently Asked Questions about android_ui_verification

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

FAQPage Schema
How do I automate Android UI testing using ADB commands?

Automate Android UI testing by running ADB scripts to perform taps, swipes, and text inputs on an emulator, enabling autonomous UI interaction and verification without manual intervention.

What is the best way to inspect the UI hierarchy on an Android emulator?

Inspect the Android emulator UI hierarchy using uiautomator to discover application state, verify UI elements, and capture screenshots for visual regression testing.

Can I monitor JS console logs on Android for error identification?

Monitor Android application logs to identify errors and debug applications by checking JS console logs for specific messages, facilitating debugging during automated UI verification.

Does ADB support automated screenshot capture for visual regression?

ADB supports automated screenshot capture for visual regression by capturing screen states during interaction, allowing you to verify application stability through visual regression comparisons.

How do I test a React Native feature automatically on an Android emulator?

Test a React Native feature automatically by navigating the UI, filling out forms, and verifying success messages through ADB commands, ensuring end-to-end UI verification without manual intervention.