release-notes

Generate bilingual English and Korean release notes from Git commit references.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/2lab-ai/soma-work --skill release-notes-2lab-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-notes
Source: https://github.com/2lab-ai/soma-work/tree/main/src/local/skills/release-notes
Command: npx skills add https://github.com/2lab-ai/soma-work --skill release-notes-2lab-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, git-diff, git-log, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Generate detailed, bilingual (English/Korean) release notes from git commit histories, making the process of documenting code changes more efficient.

Core Features & Use Cases

  • Bilingual Release Notes: Automated generation of release notes in both English and Korean.
  • Commit Analysis: Analyzes commit messages and diffs to understand the impact of changes.
  • User Impact-Centric: Focuses on the user impact of changes, providing clear, actionable notes.
  • Markdown Format: Generates release notes in Markdown format for easy integration and distribution.

Quick Start

Generate release notes for commits from v1.2 to HEAD using the release-notes skill.

Frequently Asked Questions about release-notes

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

FAQPage Schema
How do I generate bilingual release notes from Git commits?

Generate bilingual release notes by analyzing Git commit messages and diffs between specified references. The skill outputs Markdown format release notes in both English and Korean, focusing on user impact and software functionality changes.

Can I create Markdown release notes from a specific Git commit range like v1.2 to HEAD?

Yes, you can create Markdown release notes from a specific Git commit range. By specifying commit references like v1.2 to HEAD, the tool analyzes the commit history and diffs to produce detailed bilingual documentation.

Do I need git-log and git-diff to analyze commit messages for release notes?

Yes, git-log and git-diff are required dependencies to analyze commit messages for release notes. The skill relies on these Git commands to extract commit history and code changes, which are then translated into English and Korean Markdown summaries.

What is the best way to translate Git commit histories into user impact notes?

The best way to translate Git commit histories into user impact notes is by analyzing both commit messages and their corresponding diffs. This approach captures the functional changes and generates comprehensive bilingual Markdown release notes reflecting the actual user impact.

Does this release notes generator work with repositories containing mixed English and Korean commit messages?

Yes, this release notes generator works with repositories containing mixed English and Korean commit messages. It is designed to parse multilingual commit histories and diffs, automatically generating synchronized bilingual Markdown documentation.