Qe 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 qe-github-release-management npx -- -y @trustedskills/qe-github-release-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"qe-github-release-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/qe-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, including generating release notes from provided commit messages or files. The agent can also manage pre-release versions and associated assets.
When to use it
- Automate the creation of new software releases based on a defined schedule.
- Generate release notes automatically by parsing commit history.
- Manage beta or alpha releases with specific version identifiers (e.g., "beta", "rc").
- Upload pre-built binaries or other assets to GitHub releases.
Key capabilities
- Create new GitHub Releases
- Edit existing GitHub Releases
- Publish GitHub Releases
- Generate release notes from commit messages
- Manage pre-release versions (e.g., beta, rc)
- Upload assets to releases
Example prompts
- "Create a new GitHub release for version 1.2.3 with the title 'Feature X Release'."
- "Generate release notes for the latest commit history and publish release v2.0.0."
- “Publish a beta release, version 1.0.0-beta.1, including the compiled binaries.”
Tips & gotchas
- Ensure the AI agent has appropriate permissions (repo access) configured in GitHub to perform these actions.
- The quality of automatically generated release notes depends on well-formatted 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.