Github Release Management

🌐Community
by chrislemke · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add chrislemke-github-release-management npx -- -y @trustedskills/chrislemke-github-release-management
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
chrislemke
Installs
3

🌐 Community

Passed automated security scans.