This walks you through setting up Capgo for pushing instant updates to your Capacitor apps without waiting for app store approval. You get account setup, CLI installation, plugin configuration, and deployment workflows including CI/CD examples for GitHub Actions and GitLab. It covers automatic versus manual update modes, channel management for staged rollouts, and the critical notifyAppReady() call that prevents automatic rollbacks. The guidance is thorough on what you can update (JavaScript, HTML, CSS) versus what still needs store approval (native code). Useful if you're shipping hotfixes or running A/B tests and want to move faster than Apple and Google's review cycles allow.
npx skills add https://github.com/cap-go/capgo-skills --skill capgo-live-updates