vp-deps-upgrade
Installation
SKILL.md
Dependency Upgrade
Upgrade dependencies with breaking change detection, test-first verification, and repo convention compliance.
Workflow
Non-linear execution: Phases are numbered for reference, not strict order. If findings in any phase invalidate earlier assumptions, restart from the affected phase.
Phase 1: Environment Analysis
- Detect package manager from lockfile (see package-managers.md)
- Detect monorepo structure (workspaces, pnpm-workspace.yaml)
- Detect CI, hooks, changeset config (see repo-conventions.md)