update-deps
Installation
SKILL.md
Update All Dependencies
Update all npm dependencies across the frontend (current repo) and backend projects. This skill handles the full update workflow including changelog review, code impact analysis, testing, and summarization.
Step 0: Ask for backend directory
Ask the user for the backend project directory path. Do NOT hardcode any path. Example prompt:
Please provide the backend project directory path (e.g.,
/path/to/backend).
Wait for the user's response before proceeding. Save the path as BACKEND_DIR for later use.
Step 1: Analyze current dependencies
Frontend (current repo)
- Run
pnpm outdated --recursivein the current repo root to identify all outdated dependencies. - Save the full output for later analysis.