From capgo-cloud
Sets up Capgo-centered release workflows for Capacitor apps covering OTA live updates, native builds, and app store publishing via repository CI/CD.
How this skill is triggered — by the user, by Claude, or both
Slash command
/capgo-cloud:capgo-release-workflowsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up release workflows for Capacitor apps using Capgo live updates plus repository-owned build and publishing automation.
Set up release workflows for Capacitor apps using Capgo live updates plus repository-owned build and publishing automation.
This skill coordinates three workflow areas:
capgo-live-updatescapacitor-ci-cdcapacitor-app-storeUse this skill as the top-level router when the user asks for the whole release system, not just one piece.
Determine whether the app needs:
Record which parts already exist in the repository.
If OTA updates are required, use the capgo-live-updates skill.
Preserve the app's release channel structure and define the rollback strategy before enabling automatic rollout.
If the team needs reproducible native builds, use the capacitor-ci-cd skill.
Keep signing, build environment variables, and version bumping under repository control.
If automated publishing is required, use the capacitor-app-store skill.
Keep credentials, track selection, and release gating aligned with the current release policy.
Verify the workflow in order:
npx claudepluginhub cap-go/capgo-skills --plugin capgo-cloudOrchestrates 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.
Migrates existing Ionic/Capacitor projects from Ionic Appflow to Capgo live updates plus repo CI/CD and store publishing. Detects Appflow live updates, cloud builds, store deployments.