AgentSkillsCN

dependency-upgrade-plan

规划安全的依赖升级并附带风险提示。在中级开发者负责升级库时使用。

SKILL.md
--- frontmatter
name: dependency-upgrade-plan
description: Plan safe dependency upgrades with risk notes. Use when a mid-level developer is tasked with upgrading libraries.

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.