What problem does it solve?
This Skill prevents broken upgrades by automating release preparation, changelog/release-note updates, and generation of safe, idempotent migration scripts that keep user data compatible across versions.
Core Features & Use Cases
- Release preparation & release notes: Collects changes, enforces release feature notes about data/file structure impact, and updates
CHANGELOG.md plus GitHub release notes.
- Compatibility & user-data migration: Generates migration/upgrade scripts that detect old user-folder formats, patch data to the new structure, and back up originals with full change logs.
- Installation/upgrade instruction updates: Refreshes README and user onboarding docs with clear new-install and upgrade steps, including backup warnings.
- Feature impact tracking: Produces
release-feature-impact.md per release for traceability and safe backward-compatibility review.
Quick Start
Ask your AI assistant to create a new release for version v2.1 and include any required migration steps to keep existing user profiles compatible.