agentsclimarketplace

Changelog to upgrade plan

Skill alexzhu0/agent-ready-skills/skills/changelog-to-upgrade-plan

Use when reviewing changelogs, release notes, migration guides, or dependency announcements to create a practical upgrade plan with impact, tests, rollback, and owner-ready tasks.From its SKILL.md

Install
npx -y skills add alexzhu0/agent-ready-skills --skill changelog-to-upgrade-plan

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 271 tokens by cl100k_base, as published. Nobody here has run it

Changelog To Upgrade Plan

Purpose

Convert release notes into an actionable upgrade plan without losing breaking changes or operational risk.

Fit

  • Use when release notes or migration docs need to become owner-ready upgrade work.
  • Do not use when the change is a direct version bump with no changelog, impact surface, or rollout concern.

Inputs

  • Changelog, migration guide, release announcement, or dependency diff.
  • Current version and target version.
  • Known app usage, test commands, deployment path, and rollback constraints.

Workflow

  1. Extract breaking changes, deprecations, security fixes, and behavior changes.
  2. Map changes to affected code paths, config, users, and runtime environments.
  3. Classify each item as required, optional, risky, or informational.
  4. Define test coverage needed before rollout.
  5. Create rollback and monitoring notes for the first deployment.

Output

Produce Markdown with:

  • Upgrade Snapshot
  • Impact Map
  • Required Changes
  • Test Plan
  • Rollout And Rollback
  • Open Questions

Validation

  • Version numbers and dates are copied exactly from evidence.
  • Breaking changes are not buried under optional improvements.
  • Test recommendations match the affected surfaces.
  • Rollback is realistic for the repository or service.
  • Unknown local usage is labeled as an assumption.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.