S Release
S Release automates deployment releases across environments, streamlining workflows and minimizing manual errors for faster, reliable 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 s-release npx -- -y @trustedskills/s-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"s-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/s-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The s-release skill automates software release processes. It can generate release notes based on commit messages, create and tag new releases in a Git repository, and publish those releases to package registries like npm or PyPI. This streamlines the deployment pipeline and reduces manual effort involved in releasing software.
When to use it
- You need to automate the process of tagging and publishing new versions of your software project.
- You want to generate release notes automatically from commit messages.
- Your team follows a consistent branching strategy (e.g.,
mainordevelop) for releases. - You are deploying to package registries like npm, PyPI, or others.
Key capabilities
- Release note generation from commit messages
- Git tag creation and pushing
- Package registry publishing (npm, PyPI)
Example prompts
- "Create a release for version 1.2.3."
- "Generate release notes based on the latest commits."
- "Publish the current tagged version to npm."
Tips & gotchas
- Ensure your commit messages follow a consistent format suitable for release note generation (e.g., using conventional commits).
- The skill requires access to your Git repository and package registry with appropriate permissions.
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.