If you're running a Capacitor app and want to unify OTA updates through Capgo with your own CI/CD for native builds and store publishing, this skill acts as the top-level router across three workflow areas: live updates, native builds, and app store automation. It steps you through identifying what your release flow needs, then delegates to the specific skills for each piece while keeping signing, versioning, and rollback strategy under repository control. The real value is in the verification step at the end, where you confirm the whole chain works in order before production traffic hits it. It won't help if you're migrating Ionic Enterprise plugins or working outside the Capacitor ecosystem.
npx skills add https://github.com/cap-go/capgo-skills --skill capgo-release-workflows