Release
This "Release" skill automates deployment pipelines, streamlining software releases and reducing manual errors for faster 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-hiraoku-release npx -- -y @trustedskills/s-hiraoku-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"s-hiraoku-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/s-hiraoku-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The release skill allows AI agents to interact with GitHub repositories by creating, updating, or deleting releases. It streamlines the deployment of new versions for projects hosted on GitHub under the s-hiraoku/synapse-a2a namespace.
When to use it
- Publish a new version of an open-source tool after completing development cycles.
- Update release notes to include changelogs, bug fixes, or feature highlights.
- Manage asset uploads by attaching binaries or documentation files to specific releases.
- Archive or delete outdated releases to maintain a clean repository history.
Key capabilities
- Create new GitHub releases with custom tags and titles.
- Edit existing release information including descriptions and assets.
- Delete releases when necessary for version control hygiene.
- Operate specifically within the s-hiraoku/synapse-a2a project context.
Example prompts
- "Create a new release v1.0.0 with the description 'Initial stable release'."
- "Update the release notes for the latest tag to include the new authentication feature."
- "Delete the release associated with tag v0.9.0 due to critical errors."
Tips & gotchas
Ensure you have appropriate write permissions on the target GitHub repository before attempting operations. This skill is scoped to the s-hiraoku/synapse-a2a project, so it cannot manage releases for other repositories or users.
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.