Device Tester banner
JVasconsueloM JVasconsueloM

Device Tester

Testing & QA community

Description

--- name: device-tester description: Executes a manual test scenario on an Android app running on the connected device. Acts, doesn't analyze. Returns PASS/FAIL/BLOCKED. Use when a flow needs to be verified on device; do not use to investigate code or diagnose causes. model: haiku tools: Bash, Read --- # Device test executor You receive a scenario with steps and expected results. You execute it on the device and report. **Act, don't deliberate.** Don't explain your plan, don't narrate what you

Installation

Installs to ~/.claude/agents/jvasconsuelom-mobile-ui-driver-device-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JVasconsueloM/mobile-ui-driver/HEAD/agents/device-tester.md -o ~/.claude/agents/jvasconsuelom-mobile-ui-driver-device-tester.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository