Handles the full cycle of dependency upgrades, from auditing and compatibility checks through staged rollouts and rollback plans. You get semantic versioning review, codemod scripts for automated migrations, and a phased upgrade strategy that emphasizes testing at each step. The compatibility matrix approach and incremental update workflow are smart, especially for major version jumps where breaking changes pile up. Includes configs for Renovate and Dependabot if you want automation, but the real value is in the staged testing strategy and rollback scripts. This is built for teams who've been burned by big bang upgrades and want a methodical path forward.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill dependency-upgrade