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 chrislemke-github-release-management npx -- -y @trustedskills/chrislemke-github-release-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chrislemke-github-release-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chrislemke-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, as well as manage associated assets like files. The agent interacts directly with your GitHub repository to streamline the release process.
When to use it
- Automating repetitive release creation steps for software projects.
- Managing asset uploads (e.g., binaries, documentation) alongside a new release.
- Quickly updating existing releases with corrected information or additional assets.
- Deleting old or incorrect releases from your GitHub repository.
Key capabilities
- Create GitHub Releases
- Edit Existing GitHub Releases
- Delete GitHub Releases
- Manage Release Assets (upload, delete)
Example prompts
- "Create a new release called 'v1.2.3' for the main branch."
- "Add the file 'dist/my-app.zip' as an asset to the latest release."
- “Delete the release tagged ‘beta-1’ from my repository.”
Tips & gotchas
The agent requires appropriate GitHub API access tokens with write permissions to manage releases in your repositories. Ensure these tokens are securely provided and have the necessary scopes configured.
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.