Github Release Management

🌐Community
by microck Β· 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 microck-github-release-management npx -- -y @trustedskills/microck-github-release-management
2

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

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

Details

Version
vlatest
License
Author
microck
Installs
5

🌐 Community

Passed automated security scans.