Git Release Tagging

🌐Community
by kentoshimizu Β· vlatest Β· Repository

Automates Git tag creation and release branching based on semantic versioning rules and predefined workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add git-release-tagging npx -- -y @trustedskills/git-release-tagging
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "git-release-tagging": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/git-release-tagging"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the creation of Git release tags based on semantic versioning. It parses commit messages to determine the appropriate tag (e.g., v1.2.3), and pushes the created tag to a remote repository. This ensures consistent and accurate tagging for software releases, streamlining the deployment process.

When to use it

  • Automating release tag creation after a merge to the main branch.
  • Generating tags based on specific commit message patterns (e.g., "Release: v1.0.0").
  • Ensuring consistent semantic versioning across multiple projects and repositories.
  • Reducing manual effort and potential errors in the tagging process.

Key capabilities

  • Parses commit messages to extract version numbers.
  • Creates Git tags using semantic versioning conventions.
  • Pushes generated tags to remote repositories.

Example prompts

  • "Create a release tag for the latest merge to main."
  • "Generate a tag based on the last commit message."
  • β€œTag the current branch with the version number found in the most recent commit.”

Tips & gotchas

  • Requires access to a Git repository and appropriate permissions.
  • The skill relies on consistent commit message formatting for accurate version extraction.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kentoshimizu
Installs
3

🌐 Community

Passed automated security scans.