Build the WooCommerce iOS project
Scanned 9/12/2026
Install to Claude Code
npx -y skills add woocommerce/woocommerce-ios --skill build --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Build?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/woocommerce-build)More formats (shields.io, HTML) on the badges page.
---
name: build
description: Build the WooCommerce iOS project
user-invocable: true
allowed-tools: "Bash, Read, Grep"
---
Build the WooCommerce iOS project.
Run the build command:
```bash
bundle exec fastlane build_for_testing 2>&1 | tail -50
```
If the build fails:
1. Analyze the error output — look for compilation errors, identify file and line
2. Check if it is a missing import, type mismatch, syntax error, or stale generated code
3. If stale codegen, run: `bundle exec rake generate`
4. If `Unable to find a device matching` — use the `/simulator` skill to discover an available simulator, then retry
5. Suggest or apply the fix
If the build succeeds, report success.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!