From ios-dev
Bitrise CI/CD - iOS builds, automated testing, deployment, managed macOS runners
npx claudepluginhub willsigmon/sigstack --plugin ios-devThis skill is limited to using the following tools:
Mobile-focused CI/CD platform with managed macOS infrastructure.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Mobile-focused CI/CD platform with managed macOS infrastructure.
| Plan | Credits/mo | Price |
|---|---|---|
| Hobby | 300 | Free |
| Starter | 500 | $35/mo |
| Teams | 1,500 | $90/mo |
| Enterprise | Custom | Custom |
format_version: "13"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
workflows:
primary:
steps:
- git-clone@8: {}
- cache-pull@2: {}
- cocoapods-install@2: {}
- xcode-test@5:
inputs:
- project_path: App.xcworkspace
- scheme: App
- xcode-archive@5:
inputs:
- project_path: App.xcworkspace
- scheme: App
- distribution_method: app-store
- deploy-to-bitrise-io@2: {}
- cache-push@2: {}
workflows:
deploy:
steps:
- certificate-and-profile-installer@1: {}
- xcode-archive@5:
inputs:
- distribution_method: app-store
- deploy-to-itunesconnect-deliver@2:
inputs:
- connection: api_key
- api_key_path: $BITRISEIO_API_KEY_PATH
- submit_to_testflight: "yes"
- certificate-and-profile-installer@1:
inputs:
- certificate_url: $BITRISE_CERTIFICATE_URL
- certificate_passphrase: $BITRISE_CERTIFICATE_PASSPHRASE
- provisioning_profile_url: $BITRISE_PROVISION_URL
trigger_map:
- push_branch: main
workflow: deploy
- pull_request_source_branch: "*"
workflow: primary
- cache-pull@2: {} # At start
# After dependencies
- cache-push@2:
inputs:
- cache_paths: |
./Pods -> ./Podfile.lock
~/.cocoapods -> ./Podfile.lock
Use when: iOS CI/CD, TestFlight automation, multi-platform mobile builds