ios-build-test
SKILL.md
iOS Build & Test Workflow
Execute a fast build and test cycle for the Leavn iOS app:
- Clean if needed:
make clean
- Build for simulator:
make sim-build 2>&1 | tee /tmp/build_output.txt
- Check for errors:
grep -E "error:|BUILD FAILED" /tmp/build_output.txt
- If build succeeds, run tests:
make test 2>&1 | tee /tmp/test_output.txt
- Report:
- Build status (success/failure)
- Error count
- Test results (passed/failed/skipped)
- Time taken
Return a concise summary with next steps if failures occur.
Weekly Installs
2
Repository
willsigmon/sigstackGitHub Stars
7
First Seen
Jan 25, 2026
Installed on
opencode2
codex2
claude-code2
antigravity2
gemini-cli2
windsurf1