Git Release
Automates Git tag creation, release branch management, and version bumping based on semantic versioning rules.
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 npx -- -y @trustedskills/git-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"git-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/git-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the process of creating and publishing Git releases. It handles tagging commits, generating release notes based on commit messages, and pushing tagged versions to a remote repository. This streamlines software delivery workflows by reducing manual steps and potential errors in version control.
When to use it
- You need to regularly create new versions of your software project.
- You want to automate the process of tagging commits with semantic version numbers.
- You're looking for a way to generate release notes automatically from commit messages.
- Your team follows a standard Git workflow and wants to ensure consistent releases.
Key capabilities
- Tagging commits
- Generating release notes
- Pushing tagged versions to remote repositories
Example prompts
- "Create a new release for version 1.2.3."
- "Generate release notes based on the last five commits."
- "Publish the tag 'v2.0.0' to GitHub."
Tips & gotchas
This skill requires access to a Git repository and appropriate permissions to create tags and push changes. Ensure your environment is properly configured with necessary credentials for successful execution.
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.