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 microck-github-release-management npx -- -y @trustedskills/microck-github-release-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"microck-github-release-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/microck-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 binaries or documentation. The agent can also draft release notes based on commit messages.
When to use it
- Automate the creation of new software releases after a merge to the main branch.
- Update existing releases with additional assets or corrected release notes.
- Draft initial release notes by summarizing recent commits.
- Manage pre-release versions (e.g., beta, alpha) for testing purposes.
Key capabilities
- Create new GitHub Releases
- Edit existing GitHub Releases
- Delete GitHub Releases
- Manage Release Assets
- Generate draft release notes from commit messages
Example prompts
- "Create a new GitHub release named 'v1.2.3' for the repository 'my-org/my-project'."
- "Add the file 'dist/my-app-linux-x64.tar.gz' as an asset to the latest release of 'my-org/my-project'."
- βDraft release notes for the βv2.0β release, summarizing commits since the last tag.β
Tips & gotchas
- Requires appropriate GitHub API access tokens with write permissions to the target repository.
- Release names must follow semantic versioning conventions (e.g., v1.0.0).
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.