Skip to main content

dependency-upgrade-assessment

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

Ir para a instalação

Informações da origem

Repositório
vstorm-co/agenticos
Última atividade na origem
2 de setembro de 2026 às 09:15
Idioma detectado do SKILL.md
inglês
Estrelas
42
Forks
9

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
Ver no GitHub