bump-deps

Installation
SKILL.md

Goal

Update each outdated dependency in a separate commit. Enables clean rollback of individual updates when issues surface later.

Step 1: Clean Worktree

Verify that the worktree has no unstaged, staged, or untracked changes. If it is not clean, stop and ask the user how to proceed.

Step 2: Identify Package Manager

Run make outdated to find all outdated packages. If missing, determine the package manager and use its native outdated command directly.

Determine which package manager to use by an exhaustive search for common dependency manifests, such as: package.json, pom.xml, Cargo.toml, requirements.txt, Gemfile.

Installs
5
First Seen
May 14, 2026
bump-deps — cederberg/incubator