npx claudepluginhub cap-go/capgo-skills --plugin capgo-cloudThis skill uses the workspace's default tool permissions.
Use Capgo native builds for iOS and Android cloud build requests.
Orchestrates multi-step Capgo cloud workflows for native iOS/Android builds, OTA releases, app store publishing, and organization management. Activates for requests spanning multiple Capgo areas.
Provides CI/CD workflows for Capacitor apps using GitHub Actions and GitLab CI, covering builds, tests, app signing, security scans, and iOS deployment.
Deploys iOS and Android mobile apps to App Store and Google Play with code signing, versioning, and GitHub Actions CI/CD. Use for release preparation, certificate setup, and pipeline automation.
Share bugs, ideas, or general feedback.
Use Capgo native builds for iOS and Android cloud build requests.
Before requesting a build, save credentials locally with the Capgo CLI.
Use the credential workflow that matches the platform:
Prefer the Capgo build flow:
npx @capgo/cli@latest build request com.example.app --platform ios --path .
Use --platform android for Android builds.
Add --output-upload when the user needs a time-limited download link for the build output.
Handle platform-specific build inputs as needed:
Only add flags that the project actually needs.
Use the Capgo CLI credential commands for updates:
build credentials savebuild credentials listbuild credentials updatebuild credentials clearbuild credentials migrateKeep credentials local unless the user explicitly wants project-local storage.
--output-upload and retention settings first.