What problem does it solve?
This Skill helps you reliably publish a new Synapse version by coordinating the exact release steps—reviewing changes, updating the changelog and version, creating a GitHub tag, and verifying the release—so you don’t miss required updates or publish incorrect notes.
Core Features & Use Cases
- Changelog-ready diff review: identifies commits after the last version tag and summarizes only release-worthy changes.
- Structured CHANGELOG updates: adds a new top section with consistent Added/Changed/Fixed/Plugin grouping and formatting rules.
- Version bump + GitHub release automation: updates package.json per semver, then creates the GitHub release with notes containing only the new changelog section.
- Release verification checklist: confirms the tag exists locally and the GitHub release is visible.
Quick Start
Ask your AI assistant to follow the Synapse release process to bump the version, update CHANGELOG.md with the correct grouped sections, and create a GitHub release for main with notes containing only the new changelog content.