release

Automates version bumps, changelog updates, PR merges, tagging, and GitHub releases.

35|3|Updated Jun 24, 2025
One-click install
npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill release-intelligentcode-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/intelligentcode-ai/intelligent-claude-code/tree/main/src/skills/release
Command: npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill release-intelligentcode-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end release process for software projects, reducing manual toil and the risk of human error during version bumps, changelog updates, PR merges, tagging, and GitHub release creation.

Core Features & Use Cases

  • End-to-end release automation: bump versions (semver), update CHANGELOG, merge PRs, tag commits, and create GitHub releases.
  • Safe release governance: honors merge gates and user approvals before publishing releases.
  • Use case: When preparing a new production release, run this Skill to perform all required steps in a single workflow from PR approval to GitHub release.

Quick Start

Use the release skill to prepare a new production release by bumping the version and publishing a GitHub release.

Frequently Asked Questions about release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub release workflows end-to-end?

You can automate GitHub release workflows end-to-end by using a skill that handles version bumps, changelog updates, PR merges, commit tagging, and GitHub release creation in a single configured process.

How do I update the changelog and bump versions for a new release?

To update the changelog and bump versions, the release skill applies semver-based version increments and automatically maintains the changelog as part of the end-to-end release process.

Can I enforce merge gates and approvals before publishing a GitHub release?

Yes, you can enforce merge gates and approvals before publishing. The release skill honors workflow configurations to ensure user approvals and gated release steps are met before final publication.

Does this release automation tool support semver versioning?

Yes, the release automation tool supports semver versioning. It ensures semver-based bumps across mainline workflows to correctly increment version numbers based on the release scope.

What is the best way to manage PR merges and commit tagging during a release?

The best way to manage PR merges and commit tagging is through end-to-end release automation. This approach handles PR checks, merges pull requests, and tags commits automatically to reduce manual toil and human error.

When do I need end-to-end release automation for my software project?

You need end-to-end release automation when preparing a new production release. It performs all required steps from PR approval to GitHub release creation, reducing manual toil and the risk of human error during version bumps.