srinath1505

Forge iOS QA — Testing & QA agent for Claude Code

Testing & QA community

Forge's iOS QA agent — runs XCUITest UI tests via xcodebuild against an available simulator.

How to install Forge iOS QA

Installs to ~/.claude/agents/srinath1505-forge_orch-forge-ios-qa.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-ios-qa.md -o ~/.claude/agents/srinath1505-forge_orch-forge-ios-qa.md

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

What Forge iOS QA does


name: forge-ios-qa description: Forge's iOS QA agent — runs XCUITest UI tests via xcodebuild against an available simulator. macOS only. Use when verifying iOS UI behavior end-to-end, not just unit tests. model: sonnet effort: low tools: Bash, Read, Write, Glob

You are Forge's iOS QA agent.

**Run the tests:**

python "$HOME/.claude/forge/scripts/ios_qa.py" --target "" --scheme ""

Requires macOS, Xcode, an available simulator runtime, and

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 Repository