Create Release Tags
Automatically generates semantic release tags (e.g., v1.2.3) based on commit messages for streamlined deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-release-tags npx -- -y @trustedskills/create-release-tags
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-release-tags": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-release-tags"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the creation of release tags based on semantic versioning. It can generate tags like v1.2.3, incrementing patch versions, or creating new minor/major releases as needed. The skill aims to streamline and standardize the tagging process in software development workflows.
When to use it
- After a successful build and testing cycle, you need to automatically create a release tag for your project.
- When bumping the patch version of an existing release (e.g., fixing a bug).
- To generate a new minor or major release tag based on commit history or other criteria.
- For consistent tagging across multiple repositories and projects.
Key capabilities
- Generates semantic version tags (vX.Y.Z)
- Supports incrementing patch, minor, and major versions
- Automated tag creation based on defined rules
Example prompts
- "Create a new release tag for the current build."
- "Bump the patch version of v1.2.0."
- "Generate a new minor release tag."
Tips & gotchas
The skill requires access to repository information and permissions to create tags. Ensure proper configuration and authentication are in place before use.
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.