skills/capgo-release-workflows/SKILL.md
Guides the agent through setting up Capgo-centered release workflows for Capacitor apps. Use when the user needs a unified path for live updates, native builds, and app store publishing using Capgo plus repository-owned CI/CD. Do not use for non-Capacitor frameworks or for Ionic Enterprise plugin migration.
npx skillsauth add cap-go/capacitor-skills capgo-release-workflowsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
development
Complete guide to handling safe areas in Capacitor apps for iPhone notch, Dynamic Island, home indicator, and Android cutouts. Covers CSS, JavaScript, and native solutions. Use this skill when users have layout issues on modern devices.
development
Guide to using Konsta UI for pixel-perfect iOS and Material Design components in Capacitor apps. Works with React, Vue, and Svelte. Use this skill when users want native-looking UI without Ionic, or prefer a lighter framework.
development
Guide to using Ionic Framework components for beautiful native-looking Capacitor apps. Covers component usage, theming, platform-specific styling, and best practices for mobile UI. Use this skill when users need help with Ionic components or mobile UI design.
tools
Guide to accessing device logs on iOS and Android for Capacitor apps. Covers command-line tools, GUI applications, filtering, and real-time streaming. Use this skill when users need to view device logs for debugging.