npx claudepluginhub cap-go/capgo-skills --plugin capgo-cloudThis skill uses the workspace's default tool permissions.
Set up release workflows for Capacitor apps using Capgo live updates plus repository-owned build and publishing automation.
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.
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.
Share bugs, ideas, or general feedback.
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: