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: Outdated Packages
Run make outdated. If missing:
- Read Makefile
allorhelptarget - Read
AGENTS.md,CLAUDE.md, or project README - Ask the user
Stop if no documented outdated target found.
Do all minor/patch bumps first, then majors. When a major appears, flag it to the user and defer it. Return to majors only after all minors are done.
Step 2: Identify Dependency File
Related skills