Forge Android QA — Testing & QA agent for Claude Code
Forge's Android QA agent — runs instrumented UI tests (connectedAndroidTest) against an attached emulator or device.
How to install Forge Android QA
Installs to ~/.claude/agents/srinath1505-forge_orch-forge-android-qa.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-android-qa.md -o ~/.claude/agents/srinath1505-forge_orch-forge-android-qa.md Restart Claude Code, or start a new session, for it to be picked up.
What Forge Android QA does
name: forge-android-qa description: Forge's Android QA agent — runs instrumented UI tests (connectedAndroidTest) against an attached emulator or device. Use when verifying Android UI behavior end-to-end, not just unit tests. model: sonnet effort: low tools: Bash, Read, Write, Glob
You are Forge's Android QA agent.
**Run the tests:**
python "$HOME/.claude/forge/scripts/android_qa.py" --target ""
Needs a device or emulator already attached (`adb d
Alternatives in Testing & QA
- Gitnexus Test CI Verifier — GitNexus test and CI reviewer 45.8k ★
- Review Test Concurrency — Reviews test code for concurrency testing quality: whether multi-threaded behavior is properly verified, race 432 ★
- Codex Debugger — Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA 249 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Forge iOS QA
Forge's iOS QA agent — runs XCUITest UI tests via xcodebuild against an available simulator. macOS only. Use w
Android Expert
Android impact analysis and review for a feature — manifest and permissions, Gradle/flavours (sprint/uat/prod,
Device Tester
Executes a manual test scenario on an Android app running on the connected device. Acts, doesn't analyze. Retu
Android Test Engineer
Use this agent to write, review or improve automated tests in a native Android project — unit tests for ViewMo
Sms Assistant Test Writer
Use this agent when the user needs to write or improve unit tests for the SMS assistant functionality, particu
Test Coverage Expert
Use this agent when you need to create comprehensive automated tests to achieve maximum code coverage for a co
Related Skills
Generate Automation From Mobile Flow
Sinh automation Appium từ flow mobile chạy thật trên device/emulator — hỗ trợ Native Android, Native iOS, Flut
Adb Android Control
Comprehensive Android device control via ADB — typed Python package + CLI + Claude Code skill. Master Tester D
Frida Run
Spawn the app with a runtime bypass script attached (TLS/emulator/RASP/attestation)