feat: add release automation skills#107
Open
muzahidul-opti wants to merge 1 commit intomasterfrom
Open
Conversation
Add /prepare-release and /release skills to automate the release workflow: - /prepare-release: Creates prep branch, updates version files (pubspec.yaml, package_info.dart, README.md, CHANGELOG.md), auto-generates CHANGELOG entries from PR titles, and creates PR for review - /release: Publishes to pub.dev and creates GitHub draft release with auto-extracted CHANGELOG content Both skills support Jira tickets and GitHub PR references, with proper error handling and validation. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add two Claude Code skills to automate the release workflow:
/prepare-releaseSkillCreates a prep branch, updates all version files, auto-generates CHANGELOG entries, and creates a PR ready for review.
Features:
pubspec.yaml,package_info.dart,README.md,CHANGELOG.mdFSSDK-12345) and PR references (e.g.,#103){username}/prep-{version}Usage:
/prepare-release patch FSSDK-12345 /prepare-release 3.5.0 FSSDK-12345 FSSDK-12346 /prepare-release minor #103 #105/releaseSkillPublishes to pub.dev and creates a GitHub draft release after the prep PR is merged.
Features:
Usage:
Benefits
Test Plan
Tested both skills end-to-end:
/prepare-release patch #103 #105created PR prep for release 3.4.3 #106 successfully🤖 Generated with Claude Code