What problem does it solve? Verifying that iOS/macOS code changes actually compile requires access to a Mac with Xcode, which developers on Linux or CI agents often lack. This Skill automates remote build validation so you get a clear pass/fail verdict without owning local Apple hardware. ## Core Features & Use Cases - Remote Build Execution: rsyncs your worktree to a remote Mac and runs xcodebuild, build scripts, or CocoaPods installs over SSH. - Automatic Project Detection: Identifies whether a repo uses a build script, Podfile, xcworkspace, or xcodeproj and picks the correct build command. - Structured Reporting: Writes a Markdown report with per-repo verdicts and the last 60 lines of failed build output. - Use Case: After completing a feature branch touching an iOS target, run this Skill to confirm the project compiles on the remote Mac before merging, and hand the failure logs back to the coordinator if it does not. ## Quick Start Validate the iOS build for the current feature by syncing my worktree to the remote Mac and running xcodebuild over SSH.