version-release

Route GitHub release workflows and write release notes for LobeHub version releases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kingheu0818-sketch/lobehub_yu --skill version-release-kingheu0818-sketch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: version-release
Source: https://github.com/kingheu0818-sketch/lobehub_yu/tree/main/.agents/skills/version-release
Command: npx skills add https://github.com/kingheu0818-sketch/lobehub_yu --skill version-release-kingheu0818-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents release-note and versioning mistakes by routing the user to the right release workflow and enforcing CI-driven tagging and GitHub Release creation.

Core Features & Use Cases

  • Release workflow routing: Selects the correct minor vs patch paths and the appropriate reference docs for release branches, CI triggers, and release-note writing rules.
  • Strict trigger and formatting guardrails: Enforces the exact minor PR title format and the branch/title-based patch release trigger logic.
  • Accurate release-note sourcing: Directs the user to compute release-note inputs from git history rather than memory, ensuring PR refs, metrics, and contributors are verifiable.

Quick Start

Ask the AI to prepare a minor release by creating the release branch from canary, drafting the PR title in the exact required format, and writing the GitHub Release notes using the provided release-note standard.

Frequently Asked Questions about version-release

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

FAQPage Schema
How do I automate GitHub release notes and versioning for minor and patch releases?▼

Automate GitHub release notes and versioning by routing the correct release workflow based on PR titles and branch naming rules. This enforces strict CI compatibility constraints, computing PR refs and metrics directly from git history to prevent versioning mistakes.

What is the correct PR title format for triggering a minor GitHub release?▼

The correct PR title format for a minor GitHub release requires exact parsing to satisfy strict CI compatibility constraints. The Skill enforces these formatting guardrails to route the workflow accurately and prevent release-note mistakes during the LobeHub version release process.

How do I generate accurate GitHub release notes from git history?▼

Generate accurate GitHub release notes by computing inputs directly from git history rather than memory. This ensures PR refs, metrics, and contributors are verifiable, preventing inaccuracies when drafting the GitHub Release for minor, patch, hotfix, or DB migration releases.

Does this release workflow routing support hotfixes and DB migration releases?▼

Yes, the release workflow routing supports hotfixes and DB migration releases. It applies branch and title-based trigger logic to select the correct patch paths, enforcing CI-driven tagging and GitHub Release creation to maintain strict versioning compatibility.

Why does my CI trigger fail when creating a patch release branch?▼

CI triggers fail when patch release branch naming rules and PR titles do not match exact formatting constraints. The Skill enforces strict git-derived verification of PR refs to prevent these mismatches and ensure correct workflow routing for GitHub releases.

Can I use this to prepare a minor release branch from canary?▼

Yes, you can prepare a minor release by creating the release branch from canary and drafting the PR title in the exact required format. The Skill then guides writing the GitHub Release notes using the provided release-note standard.