Skip to main content

upgrade-deps

Pre-release dependency upgrade workflow. Detects the project's package managers from lockfiles (any ecosystem — npm, pnpm, yarn, bun, pip, poetry, cargo, go mod), groups outdated packages by risk tier (security advisory / patch / minor / major), checks the target version itself for advisories before bumping, batches patch+minor into one commit, and gates each major behind per-package user approval with a risk briefing. One forward commit per tier so `git revert <sha>` cleanly rolls back; tests run between groups and a red run halts the workflow. Use when the user says "upgrade dependencies", "bump deps", "/upgrade-deps", "update packages", "patch security advisories", or asks to refresh the lockfile before a release. Natural pre-step to /release. Skip for: single-package upgrades (just edit + install) and lockfile-only refreshes with no version changes.

Jump to install

Source facts

Repository
webdevcody/go-mailing-list
Last source activity
May 3, 2026 at 00:46
Detected SKILL.md language
English
Stars
22
Forks
3

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.