Use EVERY time the user asks to update / bump the version catalogs, "сделать обновление", "обновить каталог(и)", "обнови версии", "оформи изменения", "update the catalog", or to record dependency version changes in the changelog. Renovate commits the version bumps into versions-*/libs.versions.toml; this skill collects those changes, records them in CHANGELOG.md following the format rules below, and validates with `./gradlew validateCatalog`. ALSO use it when the user asks to add a new dependency ("добавь зависимость", "add dependency") giving Maven coordinates like "group:artifact" — the skill finds the latest stable version, adds it to the right catalog, and records it in the changelog.
2026-07-10