If you're using Capgo for over-the-air updates in your Capacitor app, this skill walks Claude through the standard release workflow: uploading bundles, managing channels, running compatibility checks before rollout, and setting up encryption keys. It's basically a guard rail for the Capgo CLI so you don't accidentally push a bundle to the wrong channel or skip a compatibility check that'll break production. The skill won't help with native builds or org-level admin stuff, but for the day-to-day work of shipping bundles and controlling who gets what version, it keeps the common mistakes at bay. Most useful when you're juggling multiple channels or need to remember the encrypt-before-upload dance.
npx skills add https://github.com/cap-go/capgo-skills --skill capgo-release-management