git-release

Generate release notes and propose semver bumps from merged pull requests.

7|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Jonathan0823/opencode-config --skill git-release-jonathan0823
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-release
Source: https://github.com/Jonathan0823/opencode-config/tree/main/skills/git-release
Command: npx skills add https://github.com/Jonathan0823/opencode-config --skill git-release-jonathan0823

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of release notes from merged pull requests and suggests a version bump, reducing manual drafting and potential mistakes.

Core Features & Use Cases

  • Draft release notes from merged PRs
  • Propose a version bump
  • Provide a copy-pasteable gh release create command

Quick Start

Use git-release after merging PRs to draft release notes and generate a suggested version bump. Copy the produced gh release create command and run it to publish the release.

Frequently Asked Questions about git-release

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

FAQPage Schema
How do I generate release notes from merged pull requests automatically?

Generating release notes from merged pull requests involves aggregating PR titles and descriptions to draft a formatted changelog. This Skill automates that extraction to reduce manual drafting errors during release preparation.

What is the best way to determine a semver version bump for a new release?

Determining a semver version bump requires evaluating the scope of merged pull requests to decide between major, minor, or patch increments. This Skill proposes a recommended semantic version bump based on aggregated PR changes.

Can I use this to create a copy-pasteable GitHub CLI command for publishing releases?

Yes, you can use this to generate a copy-pasteable gh release create command for publishing releases. It outputs the complete GitHub CLI command with suggested version tags and drafted notes for immediate execution.

Does this work with both open-source and internal repositories for CI/CD workflows?

Yes, it works with both open-source and internal repositories within CI/CD workflows. The release note generation and version bump suggestions are applicable across software projects regardless of repository visibility.

Do I need any external dependencies or components to run git-release?

No external dependencies or components are required to run git-release. It operates independently to analyze merged PRs and draft release notes without needing additional installed packages or modules.

When should I avoid automated release note generation in favor of manual drafting?

You should avoid automated release note generation when your merged PRs lack descriptive titles or structured labels, as the extracted changelog relies on PR metadata quality to produce accurate and readable release summaries.