run-agent-device

Installation
SKILL.md

run-agent-device — iOS product testing

Drive the installed agent-device CLI as a serial REPL against an iOS simulator or device: run one command, read its full output, decide the next command from what it actually said. You are testing a product, not just a screen — most "UI bugs" you will find live in another layer (dev server, app code, backend, environment), and this skill's job is to keep you from fixing the wrong one.

Not this skill: Android-first device control (use mobilerun-control), web/browser automation (use run-agent-browser), authoring XCTest/unit tests, or App Store release operations. agent-device can drive Android and web, but this skill's guidance is iOS-product-testing shaped.

Authority order — the CLI's help wins

agent-device ships version-matched instructions. When syntax or behavior is uncertain, ask the tool, not your memory:

agent-device --help                # command list + agent quickstart
agent-device help workflow         # full operating reference (the big one)
agent-device <command> --help      # exact flags for one command
agent-device --version

Route by task before starting:

Installs
1
GitHub Stars
12
First Seen
Jul 27, 2026
run-agent-device — yigitkonur/skills-by-yigitkonur