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 plurigrid-github-release-management npx -- -y @trustedskills/plurigrid-github-release-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"plurigrid-github-release-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/plurigrid-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 tool streamlines software deployment workflows by handling repetitive release processes directly from within an AI agent.
When to use it
- Automating the creation of new software releases based on triggered events (e.g., code merges).
- Updating existing releases with new asset files, such as updated binaries or documentation.
- Managing prerelease versions for testing and feedback purposes.
- Deleting old or incorrect releases to maintain a clean repository history.
Key capabilities
- Create GitHub Releases
- Edit Existing GitHub Releases
- Delete GitHub Releases
Example prompts
- "Create a release named 'v1.2.3' with tag 'release/1.2.3'."
- "Update the latest release to include the file 'documentation.pdf'."
- “Delete the prerelease tagged ‘beta-1’.”
Tips & gotchas
Requires appropriate GitHub API credentials and permissions configured for the AI agent. Ensure that the specified tags and release names are valid within your repository.
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.