bump-deps
Installation
SKILL.md
Bump Dependencies
Analyze outdated dependencies and safely upgrade them with breaking change detection.
Workflow
-
Detect package manager based on current directory:
- If in
frontend/directory or working with TypeScript/JavaScript: usepnpmreference - If in
backend/directory or working with Python: useuvreference
- If in
-
List outdated dependencies using the package manager-specific command from the reference
-
Spawn background analysis tasks for EACH notable upgrade:
CRITICAL: You MUST spawn the
package-upgrade-analyzersub-agent as a background Task for EACH and EVERY notable upgrade. Do NOT take shortcuts.