Create a pull request following WooCommerce iOS conventions
npx ai-builder add skill woocommerce/prRun SwiftLint on the WooCommerce iOS project
npx ai-builder add skill woocommerce/lintDebug a failing test or build error in WooCommerce iOS
npx ai-builder add skill woocommerce/debugStart or stop the WireMock API mock server for UI testing and E2E verification.
npx ai-builder add skill woocommerce/mocksBuild the WooCommerce iOS project
npx ai-builder add skill woocommerce/buildBuild the app, launch on simulator, and verify feature behavior via mobile-mcp interaction. Use after making changes to visually confirm they work from a user's perspective.
npx ai-builder add skill woocommerce/verifyReview code changes against WooCommerce iOS standards
npx ai-builder add skill woocommerce/reviewUse swift-snapshot-testing to visually verify SwiftUI views during implementation. Renders views to PNG for comparison against design references. Fast feedback loop (~25s/cycle).
npx ai-builder add skill woocommerce/snapshotInstall dependencies and build tools for WooCommerce iOS
npx ai-builder add skill woocommerce/bootstrapDiscover and boot an iOS simulator. Use before any command that needs a simulator UDID.
npx ai-builder add skill woocommerce/simulatorDiagnoses build failures, test failures, and runtime issues
npx ai-builder add agent woocommerce/debugger