strvcom

Release Prepare — Git skill for Claude Code

Git community

Prepare a release branch + PR (version bump, release notes, branch).

How to install Release Prepare

Installs to ~/.claude/commands/strvcom-flutter-template-release-prepare.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/strvcom/flutter-template/HEAD/.claude/commands/release-prepare.md -o ~/.claude/commands/strvcom-flutter-template-release-prepare.md

Restart Claude Code, or start a new session, for it to be picked up.

What Release Prepare does


description: Prepare a release branch + PR (version bump, release notes, branch). argument-hint: [target version, e.g. 1.4.0+12]

Use the `release-prepare` skill to prepare the release branch and PR. Do not create tags or build artifacts in this phase.

$ARGUMENTS

Alternatives in Git

  • Ws Reset — Reset the current branch to main, fetch upstream, and update submodules 38.1k ★
  • Clean Worktrees (Automatic) — Automatically remove all worktrees for branches merged into master 25.5k ★
  • OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★

Full documentation available on GitHub

View Source Repository