dependency-upgrade-safety
Installation
SKILL.md
Purpose
Upgrade dependencies with compatibility checks, grouped changes, validation commands and rollback plans.
When to use
- Updating dependencies in
libs.versions.toml. - Upgrading Compose, Firebase, Hilt, Room, Retrofit or Kotlin.
- Reviewing a dependency update PR.
- Creating a rollback-safe upgrade plan.
Inputs to inspect
gradle/libs.versions.toml- Root and module
build.gradle.kts gradle-wrapper.properties- Release notes for changed libraries
- CI workflow and test coverage