Create Github Release

🌐Community
by pjt222 · vlatest · Repository

Helps with creation, GitHub 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 create-github-release npx -- -y @trustedskills/create-github-release
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "create-github-release": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-github-release"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the creation of GitHub releases. It allows you to specify a tag, release title, and body for the release, automatically generating a new release on your specified repository. This simplifies software distribution workflows and reduces manual effort.

When to use it

  • After merging a feature branch into main and preparing a new version.
  • When deploying a new build of an application to GitHub.
  • To automate the tagging and release process for open-source projects.
  • For internal tools or libraries where consistent releases are needed.

Key capabilities

  • Creates GitHub Releases
  • Specifies Release Tag
  • Sets Release Title
  • Adds a Release Body/Description

Example prompts

  • "Create a GitHub release tagged 'v1.2.3' with the title 'Version 1.2.3' and body 'Bug fixes and performance improvements.'"
  • "Generate a new release for repository my-org/my-repo using tag stable-release-1.0."
  • “Make a GitHub release called ‘Beta 2’ with the tag ‘beta-2’ and include details about new features.”

Tips & gotchas

  • Ensure the AI agent has appropriate permissions (write access) to the target GitHub repository. Without this, releases cannot be created.

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
pjt222
Installs
6

🌐 Community

Passed automated security scans.