Automates the Capacitor 6 to 7 upgrade path by snapshotting your current packages, bumping all the @capacitor/* dependencies to v7, and running the sync. It's narrowly scoped to this one migration, which is good because major version jumps always have gotchas. The skill walks through npm install, cap sync, and reminds you to verify iOS and Android builds afterward. You'll still need to manually check deployment targets and Gradle requirements if things break, but it handles the mechanical package updates and gives you the v7 migration notes as context. Best for teams that want a structured checklist rather than winging it from the changelog.
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-app-upgrade-v6-to-v7