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
npx -y skills add alexzhu0/agent-ready-skills --skill changelog-to-upgrade-planAssembled 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
- Extract breaking changes, deprecations, security fixes, and behavior changes.
- Map changes to affected code paths, config, users, and runtime environments.
- Classify each item as required, optional, risky, or informational.
- Define test coverage needed before rollout.
- 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.