Github Release Management
Helps with GitHub, management as part of automating DevOps pipelines and CI/CD workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kentoshimizu-github-release-management npx -- -y @trustedskills/kentoshimizu-github-release-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kentoshimizu-github-release-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kentoshimizu-github-release-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates GitHub release management tasks. It can create, edit, and delete releases based on provided information like tag names, release notes, and asset files. The agent can also be used to draft release notes or automatically generate them from commit messages.
When to use it
- You need to regularly publish software releases to a GitHub repository.
- You want to automate the creation of release notes based on project commit history.
- You're managing multiple repositories and require consistent release processes across them.
- You need to update existing releases with new assets or modified release notes.
Key capabilities
- Create GitHub Releases
- Edit Existing GitHub Releases
- Delete GitHub Releases
- Generate Release Notes from Commit Messages (drafting)
Example prompts
- "Create a GitHub release for tag v1.2.3 with the following release notes: 'Fixes bug #123 and improves performance.'"
- "Edit the existing release tagged as v1.0.0 to add the file
docs/release_notes.mdas an asset." - “Draft a release note for tag v2.0, summarizing changes from the last release.”
Tips & gotchas
- Requires appropriate GitHub authentication and permissions to manage releases in the target repository.
- The agent's ability to generate release notes depends on the quality and structure of your commit messages.
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.