release-openwork

Automate patch release preparation with version bumps, tags, and commit-based notes.

63|8|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/different-ai/openwork-enterprise --skill release-openwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-openwork
Source: https://github.com/different-ai/openwork-enterprise/tree/main/.opencode/skills/release-openwork
Command: npx skills add https://github.com/different-ai/openwork-enterprise --skill release-openwork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Patch releases often suffer from inconsistencies and manual drift, causing confusion in versioning and release notes. This skill standardizes the OpenWork patch release workflow, ensuring reproducible bumps, consistent tagging, and coherent release notes across teams.

Core Features & Use Cases

  • Automates the patch release flow from origin/dev to a fresh worktree.
  • Bumps versions across relevant files and updates release notes draft.
  • Use case: Teams can push reliable patch releases with consistent GitHub releases.

Quick Start

Run the patch release workflow to fetch tags, create a worktree from origin/dev, bump the version to a new vX.Y.Z, and draft release notes from the commits since the last tag.

Frequently Asked Questions about release-openwork

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

FAQPage Schema
How do I automate patch release notes generation from Git commits?

Automating patch release notes generation from Git commits extracts commit history since the last tag to draft coherent release notes. This skill standardizes version bumps and tagging across Git workflows to ensure reproducible patch releases.

How do I standardize version bumps and tags for software patch releases?

Standardizing version bumps and tags for patch releases requires fetching tags and creating a fresh worktree from origin/dev. This skill bumps the relevant files to a new vX.Y.Z version and applies consistent tags across teams.

What is the best way to manage Git worktrees for patch versioning?

Managing Git worktrees for patch versioning involves setting up a fresh worktree from origin/dev before bumping versions. This approach isolates the release preparation environment, ensuring reproducible version updates and commit-based notes generation.

Do I need a specific environment setup to automate patch release workflows?

Automating patch release workflows requires specifying environment setup and worktree management prerequisites. You need access to your Git repository and the ability to fetch tags and create worktrees from origin/dev to run the automation.

Why does manual drift cause confusion in software versioning and release notes?

Manual drift causes confusion in software versioning and release notes because inconsistent updates lead to mismatched tags and incoherent documentation. Standardizing the OpenWork patch release workflow ensures reproducible bumps and consistent GitHub releases.