release

Automate the end-to-end release workflow for the claude-ultimate-hud plugin.

48|10|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/hadamyeedady12-dev/claude-ultimate-hud --skill release-hadamyeedady12-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/hadamyeedady12-dev/claude-ultimate-hud/tree/main/skills/release
Command: npx skills add https://github.com/hadamyeedady12-dev/claude-ultimate-hud --skill release-hadamyeedady12-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of releasing new versions of the claude-ultimate-hud plugin, from building and version bumping to committing, pushing, and creating GitHub releases.

Core Features & Use Cases

  • End-to-End Release Automation: Manages versioning, building, documentation updates, code commits, and GitHub releases.
  • Automated Changelog Generation: Analyzes git diffs to create detailed changelogs for READMEs and GitHub releases.
  • Use Case: When a new feature is ready, simply invoke this skill with the new version number and a brief description to publish the update seamlessly.

Quick Start

Run the release skill to start the automated release process for a new version.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate GitHub releases with version bumping and changelog generation?

GitHub release automation handles version bumping, builds, changelog generation from git diffs, and creates releases using gh CLI commands. You invoke the process with a version number and description to publish updates seamlessly.

What's the best way to automate plugin deployment and version updates end-to-end?

End-to-end plugin deployment automation manages building, version bumping, README and metadata updates, committing, pushing to GitHub, and creating releases in a single workflow triggered by a version argument.

Do I need bun and gh CLI installed to automate repository releases?

Yes, bun and gh CLI are required dependencies. Bun executes build scripts while gh CLI creates GitHub releases, and both must be configured in your environment before running the release workflow.

How does automated changelog generation from git diffs work for release notes?

Automated changelog generation analyzes git diffs to create detailed release notes, then updates README files and GitHub release descriptions with the extracted changes for comprehensive documentation.

Can I customize the release description when automating GitHub version pushes?

Yes, the release workflow accepts argument parsing for version and description, allowing you to pass custom release descriptions when bumping versions and pushing updates to GitHub repositories.

Why does the automated release process run pre-checks for repository status?

Pre-checks for repository status validate that the working directory is clean and ready before executing build scripts, file modifications, and git operations to prevent pushing incomplete or conflicting changes.