Claude-skill-registry dependency-upgrade-plan

Plan safe dependency upgrades with risk notes. Use when a mid-level developer is tasked with upgrading libraries.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dependency-upgrade-plan" ~/.claude/skills/majiayu000-claude-skill-registry-dependency-upgrade-plan && rm -rf "$T"
manifest: skills/data/dependency-upgrade-plan/SKILL.md
source content

Dependency Upgrade Plan

Purpose

Plan safe dependency upgrades with risk notes.

Inputs to request

  • Current and target versions.
  • Release notes and breaking changes.
  • Test coverage and release cadence.

Workflow

  1. Identify version gaps and breaking change notes.
  2. Propose upgrade order and testing focus.
  3. List rollback steps if regressions appear.

Output

  • Upgrade plan with risks and tests.

Quality bar

  • Upgrade the smallest risky dependency first.
  • Note any migration tooling available.