Qa Ios Build banner
dmoskov dmoskov

Qa Ios Build

Testing community

Description

--- description: Build the iOS app and verify it compiles with no errors allowed-tools: Bash(npx expo:*), Bash(cd:*), TodoWrite --- # iOS Build Verification Build the iOS app and report success or failure. ## Instructions 1. Run the iOS build from the mobile directory: ``` cd /Users/moskov/Code/BSKY/mobile && npx expo run:ios --no-install ``` Use a 5-minute timeout since builds can be slow. 2. Parse the build output: - Look for `Build Succeeded` or `Build Failed` - Count e

Installation

Installs to ~/.claude/commands/dmoskov-shadowsky-qa-ios-build.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dmoskov/shadowsky/HEAD/.claude/commands/qa-ios-build.md -o ~/.claude/commands/dmoskov-shadowsky-qa-ios-build.md

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

Full documentation available on GitHub

View Source Repository