android-emulator-qa Skill
Use when validating Android feature flows in an emulator with adb-driven launch, input, UI-tree inspection, screenshots, and logcat capture. Published by openai in plugins.
What is android-emulator-qa Skill?
Use when validating Android feature flows in an emulator with adb-driven launch, input, UI-tree inspection, screenshots, and logcat capture. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Design and media
- Testing use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use android-emulator-qa Skill
- Use it for testing.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/test-android-apps/skills/android-emulator-qa/SKILL.md
What it does
Use when validating Android feature flows in an emulator with adb-driven launch, input, UI-tree inspection, screenshots, and logcat capture.
Skill instructions
Android Emulator QA Validate Android app flows in an emulator using adb for launch, input, UI-tree inspection, screenshots, and logs. When to use - QA a feature flow in an Android emulator. - Reproduce UI bugs by driving navigation with adb input events. - Capture screenshots and logcat output while testing. Quick start 1) List emulators and pick a serial: - adb devices 2) Build and install the target variant: - ./gradlew :<module:install<BuildVariant --console=plain --quiet - If unsure about task names: ./gradlew tasks --all | rg install 3) Launch the app: - Resolve activity: adb -s <serial shell cmd package resolve-activity --brief <package - Start app: adb -s <serial shell am start -n <package/<activity 4) Capture a screenshot for visual verification: - adb -s <serial exec-out screencap -p /tmp/emu.png adb control commands - Tap (use UI tree-derived coordinates): - adb -s <serial shell input tap <x <y - Swipe: - adb -s <serial shell input swipe <x1 <y1 <x2 <y2 - Avoid edges (start ~
Explore related resources
Frequently asked questions
What is android-emulator-qa?
android-emulator-qa is a open-source AI agent skill with Copy skill directory. Use when validating Android feature flows in an emulator with adb-driven launch, input, UI-tree inspection, screenshots, and logcat capture.
Who is android-emulator-qa best for?
android-emulator-qa is best for reusing agent instructions, scripts, and references, testing workflows, design and media workflows.
How do I install android-emulator-qa?
Install or run android-emulator-qa using Copy skill directory. Check android-emulator-qa for the latest setup command.
Is android-emulator-qa actively maintained?
android-emulator-qa may need a closer maintenance check before production use.
Auto-fetched from GitHub.