What problem does it solve?
This Skill turns a risky dependency bump into a controlled pnpm workspace upgrade, helping you avoid accidental latest-version installs, incomplete transitive updates, and noisy lockfile churn.
Core Features & Use Cases
- Release-age validation: Checks whether the target version is old enough to satisfy the workspace cooldown policy before any change is made.
- Consumer analysis: Identifies whether the package is directly declared or only brought in transitively, so the upgrade path matches the real dependency graph.
- Deterministic upgrade workflow: Applies the correct pnpm command, runs dedupe carefully, verifies whether temporary overrides are still needed, and confirms the change with tests and a final why check.
- Use case: A monorepo maintainer needs to move Next.js to a specific patch version across one workspace without accidentally upgrading unrelated packages or leaving stale versions behind.
Quick Start
Ask the assistant to upgrade a specific pnpm workspace package to a target version and follow the release-age check, dedupe, test, and final verification steps.