bump-deps
Installation
SKILL.md
Goal
Update each outdated dependency in a separate commit. Enables clean rollback of individual updates if issues would surface later.
Mode
If the user asks for a preview, dry-run, changelog or similar we are in changelog mode:
- Skip Steps 1, 5, 6, 7.
- Follow Steps 2–4 to identify and plan.
- Report with changelog bullets instead of committing.
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.