Git Release Tagging
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.
Run in terminal (recommended)
claude mcp add git-release-tagging npx -- -y @trustedskills/git-release-tagging
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.