skills/project/your-monorepo/app-ios-build/SKILL.md
Run <YOUR_APP> iOS builds and simulator tests through FULLSTACK_SCRIPTS/build-ios-formatted.sh and format-build-log.py. Use for build verification, test verification, or xcodebuild failure analysis when working in this repo.
npx skillsauth add bzellman/earp-kit <YOUR_IOS_BUILD>Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Prefer the repo wrapper over raw xcodebuild unless the task truly needs a custom invocation.
./FULLSTACK_SCRIPTS/build-ios-formatted.sh --scheme "<YOUR_APP> Dev"
./FULLSTACK_SCRIPTS/build-ios-formatted.sh clean --scheme "<YOUR_APP> Dev"
./FULLSTACK_SCRIPTS/build-ios-formatted.sh --action test --scheme "<YOUR_APP> Dev"
Pass custom xcodebuild flags after --:
./FULLSTACK_SCRIPTS/build-ios-formatted.sh --action test --scheme "<YOUR_APP> Dev" -- --only-testing:<YOUR_APP>Tests/SomeTests
<YOUR_APP>/.build-artifacts/ios/./tmp for -derivedDataPath.summary.md first, then inspect xcodebuild.log only if the summary is insufficient.xcodebuild commands, pipe output through FULLSTACK_SCRIPTS/format-build-log.py.Default wrapper output lives under:
<YOUR_APP>/.build-artifacts/ios/<scheme>/<action>/
Files:
summary.mdxcodebuild.logDerivedData/devops
Use when running 2+ /prd-to-pr or /bug-to-pr pipelines simultaneously, when user says "run these in parallel", "batch these PRDs/bugs", "orchestrate these workflows", or has multiple work items to ship end-to-end concurrently
business
Generate a report about a video
development
Use when the user provides multiple loosely-described items (bugs, features, ideas, fixes) in a single message and wants each researched against the codebase, classified, and turned into a GitHub issue. Handles batch input of mixed-type work items.
development
Comprehensive software architecture skill for designing scalable, maintainable systems across web, mobile, and backend stacks (React, Next.js, Node/Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python). Use when designing system architecture, making technical decisions, creating architecture diagrams, evaluating trade-offs, or defining integration patterns.