Add release Skill and corresponding sub-skills together with the prepare script#3218
Open
x3c41a wants to merge 2 commits into
Open
Add release Skill and corresponding sub-skills together with the prepare script#3218x3c41a wants to merge 2 commits into
x3c41a wants to merge 2 commits into
Conversation
Extract the monolithic /release skill into three composable skills (/release-prepare, /release-pr, /release-finalize) backed by a standalone prepare-bridge-hub-release.sh script. This enables the automated agent flow: /investigate β /release-prepare β /release-pr β human merge β /release-finalize β /check-health. New files: - scripts/runtime-matrix.json: chain metadata for BridgeHub downloads - scripts/prepare-bridge-hub-release.sh: automates spec_version update, codegen regeneration, BlakeTwo256 fix, and relay version bump - .claude/skills/release-prepare: wraps script + cargo check - .claude/skills/release-pr: creates branch, commit, and PR - .claude/skills/release-finalize: post-merge tag, Docker, GH release
2d044dd to
f850b53
Compare
This was referenced Feb 17, 2026
Collaborator
|
@x3c41a I passed e2e kind of :), where is |
3 tasks
Contributor
Author
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
Split the monolithic
/releaseskill into composable sub-skills backed by a standaloneprepare-bridge-hub-release.shscript. Enables the automated release flow from mobile or CI:/release-prepareβ/release-prβ human merge β/release-finalizeRelated: Rohit's release workflow in #3215.
Skills
/release/release-prepare/release-prA-releaselabel/release-finalizeNew files
scripts/runtime-matrix.jsonβ chain metadata for BridgeHub WASM downloadsscripts/prepare-bridge-hub-release.shβ automates spec_version update, codegen regeneration, BlakeTwo256 fix, and relay version bump.claude/skills/release-prepare/skill.md.claude/skills/release-pr/skill.md.claude/skills/release-finalize/skill.md.claude/skills/release/skill.md(updated)Follow-up PRs
/deployand/rollbackskills (depends on this PR)/debug-ciand/pipeline-statusskills (independent)Test plan
v1.1.6β1_001_006,v2.0.6β2_000_006jqsed/grep(nogrep -oP,sed -i'' -eform)