release

Automate software release workflows with version bumping and GitHub publishing.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/lucascaro/hivesmith --skill release-lucascaro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/lucascaro/hivesmith/tree/main/skills/release
Command: npx skills add https://github.com/lucascaro/hivesmith --skill release-lucascaro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the complexities of managing software releases by automating pre-flight checks, version bumping, and release publishing, reducing manual errors and saving time.

Core Features & Use Cases

  • Pre-Flight Validation: Checks tooling availability, branch status, and CI health before releasing.
  • Version Management: Suggests, confirms, and applies appropriate version bumps based on changelog analysis.
  • Release Automation: Runs scripts to update version files, stamp changelogs, tag, push, and publish releases on GitHub.
  • Use Case: A developer preparing for a new release verifies system readiness, confirms the new version, and automates deployment with minimal manual commands.

Quick Start

Run the release skill with the desired version or allow it to suggest the next one based on recent changelog entries.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate version bumping and publishing for my software release?

Automate your software release by running the release skill to handle version bumping and publishing. It suggests the next version based on changelog analysis, updates version files, and pushes the release to GitHub automatically.

What checks should pass before creating a new git release?

Before creating a new git release, pre-flight validation checks tooling availability, branch status, and CI health. Ensuring all checks pass prevents manual errors and guarantees reliable, consistent release cycles.

Can I use automated release publishing with GitHub and CI pipelines?

Yes, automated release publishing works with GitHub and CI pipelines. The skill verifies CI health during pre-flight checks, then runs scripts to tag, push, and publish releases directly on GitHub.

How does changelog analysis determine the next version bump?

Changelog analysis determines the next version bump by reviewing recent changelog entries to suggest an appropriate semantic version. You can confirm the suggested version or specify a desired version manually.

What is the best way to streamline software release workflows with minimal manual commands?

The best way to streamline software release workflows is using automation scripts that handle verification, versioning, and distribution. This approach reduces manual intervention, validates system readiness, and automates deployment steps like stamping changelogs and tagging.