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 frankxai-github-release-management npx -- -y @trustedskills/frankxai-github-release-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"frankxai-github-release-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/frankxai-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 publish releases with associated assets, streamlining your software distribution process. The agent handles version bumping, changelog generation, and asset uploading to ensure consistent and efficient release cycles.
When to use it
- Automate the creation of a new release for a project when a merge happens to the main branch.
- Update an existing draft release with newly generated assets or updated descriptions.
- Publish a prepared release to GitHub, triggering deployment pipelines.
- Generate changelogs based on commit messages and automatically include them in releases.
Key capabilities
- Create new GitHub Releases
- Edit Draft Releases
- Publish Releases
- Asset Uploading
- Changelog Generation
Example prompts
- "Create a draft release for version 1.2.3 with the tag 'v1.2.3' and include the attached build artifacts."
- "Update the description of the draft release tagged 'beta-1' to reflect the latest bug fixes."
- “Publish the draft release ‘production-release’ to GitHub.”
Tips & gotchas
The agent requires access to your GitHub repository with appropriate permissions (repo scope). Ensure that the necessary environment variables for authentication are configured correctly.
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.