Agent skill
start-release
Start new release branch
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/start-release-fradser-dotclaude
SKILL.md
Your Task
- Load the
gitflow:gitflow-workflowskill using theSkilltool to access GitFlow workflow capabilities. - Gather context: current branch, existing release branches, latest tag, commit history.
- Normalize the provided version from
$ARGUMENTSto$RELEASE_VERSIONusing the normalization procedure defined in thegitflow-workflowskill references (accept v1.2.3 or 1.2.3, normalize to 1.2.3). - Decide version (use
$RELEASE_VERSIONif provided, otherwise calculate semantic version from conventional commits using the rules ingitflow-workflowskill references). - Create or resume
release/$RELEASE_VERSIONfromdevelop. - Update version files:
- Identify version files using patterns from the
gitflow-workflowskill references (package.json, Cargo.toml, VERSION, etc.). - Update version to
$RELEASE_VERSION. - Commit changes:
chore: bump version to $RELEASE_VERSIONwithCo-Authored-Byfooter. - Optional: Create
CHANGELOG.mdtemplate if repo maintains changelogs (see${CLAUDE_PLUGIN_ROOT}/examples/changelog.md). Leave## [Unreleased]section for manual curation or automated generation during finish-release.
- Identify version files using patterns from the
- Push the branch to origin if newly created.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?