adb-qa

Automate Android QA testing on an emulator using ADB commands.

2|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/passionseed/ps_app --skill adb-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adb-qa
Source: https://github.com/passionseed/ps_app/tree/main/.claude/skills/adb-qa
Command: npx skills add https://github.com/passionseed/ps_app --skill adb-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Android QA testing for the Passion Seed app on a running Android emulator using ADB commands to validate flows, capture evidence, and detect crashes.

Core Features & Use Cases

  • Automated UI validation: Navigate screens via ADB, perform basic interactions, and verify expected states.
  • Evidence capture: Take screenshots and collect logcat outputs to document issues.
  • End-to-end flows: Validate typical user journeys from launch to important screens and back.

Quick Start

Run the ADB QA workflow on an Android emulator to verify app screens, capture screenshots, and monitor logcat for crashes.

Frequently Asked Questions about adb-qa

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

FAQPage Schema
How do I automate Android QA testing on an emulator?

Automate Android QA testing by using ADB commands to navigate app screens, perform interactions, and verify expected states on a running emulator to validate user flows end-to-end.

How do I capture screenshots and collect logcat for crash detection?

Capture screenshots and collect logcat outputs by running ADB commands during emulator testing to document UI issues and monitor diagnostic logs for application crashes.

Do I need an active Android emulator and APK installed to run ADB QA?

Yes, ADB QA relies on ADB in PATH, an active Android emulator, and the target APK installed to traverse UI flows and log diagnostics effectively.

What's the best way to validate end-to-end user journeys on Android?

Validate end-to-end user journeys by automating ADB to traverse typical user paths from app launch through important screens, capturing evidence and logging crashes along the way.

Can I use ADB to traverse UI flows and detect crashes automatically?

Yes, use ADB to automatically traverse UI flows on an Android emulator, verify expected states, and monitor logcat to detect crashes during automated validation.