Skip to main content

dependency-upgrade-assessment

Judge whether an upgrade is safe, and say what to test.

跳到安装

来源信息

仓库
vstorm-co/agenticos
最近来源活动
2026年9月2日 09:15
检测到的 SKILL.md 语言
英语
星标
37
分支
7

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
Dependency upgrade assessment
description
Judge whether an upgrade is safe, and say what to test.
category
engineering
# Assessing a dependency upgrade Two questions: what breaks, and what happens if we do nothing. ## Read in this order The changelog between the two versions — every one, not just the latest · breaking changes and deprecations · security advisories fixed · whether the minimum runtime version moved · transitive dependency changes. ## Classify **Security** — has a deadline, and it is short. **Breaking** — needs code changes; list them with file paths. **Routine** — batch it. ## Say what to test Name the specific paths this dependency is on. "Run the suite" is not an assessment — the suite passing is necessary and, for a library that changes behaviour rather than signatures, not sufficient. ## Always report the cost of waiting Version drift compounds. Four majors behind is a project; one is an afternoon. Say which this is becoming. ## Never Upgrade a major version in the same change as a feature, or trust a green suite on a library whose defaults changed.
在 GitHub 查看