Release
Automates deployments across environments, streamlining releases and reducing manual errors for faster software delivery.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add botiverse-release npx -- -y @trustedskills/botiverse-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"botiverse-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/botiverse-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The botiverse-release skill automates software releases. It handles tasks like version bumping, changelog generation, and deployment to various environments (e.g., staging, production). This skill streamlines the release process, reducing manual effort and potential errors.
When to use it
- Automate a new feature release to your staging environment for testing.
- Trigger a full production release after successful completion of tests in staging.
- Generate a changelog entry automatically when releasing a bug fix.
- Release a hotfix to address critical issues quickly and efficiently.
Key capabilities
- Version bumping (semantic versioning)
- Changelog generation
- Deployment to multiple environments
- Automated release workflows
Example prompts
- "Release version 1.2.3 to staging."
- "Generate a changelog entry for bug fix #123."
- "Deploy the latest code to production after successful staging tests."
Tips & gotchas
This skill requires proper configuration of your project's release pipeline and environment details beforehand. Ensure that all necessary credentials and access permissions are set up correctly before using it.
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.