release-notes

Generate bilingual markdown release notes for GitHub releases.

41|5|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/Tai-ch0802/arc-like-chrome-extension --skill release-notes-tai-ch0802
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-notes
Source: https://github.com/Tai-ch0802/arc-like-chrome-extension/tree/main/.agent/skills/release-notes
Command: npx skills add https://github.com/Tai-ch0802/arc-like-chrome-extension --skill release-notes-tai-ch0802

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a bilingual (Traditional Chinese and English) RELEASE_NOTE.md file for GitHub releases, streamlining the release process and ensuring clear communication.

Core Features & Use Cases

  • Bilingual Release Notes: Generates notes in both Traditional Chinese and English.
  • Contributor Credits: Automatically lists contributors based on commit history.
  • Categorized Commits: Differentiates between new features and improvements/bug fixes.
  • Use Case: After merging a set of features and fixes into your main branch, use this Skill to quickly generate the RELEASE_NOTE.md content that can be directly pasted into a GitHub release tag.

Quick Start

Generate the release notes for the next version of the project.

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 for a GitHub release?

To generate bilingual release notes, this Skill automates the creation of a markdown file containing both Traditional Chinese and English text. It categorizes commits into new features and bug fixes while automatically adding contributor credits based on commit history.

What is the best way to automate a changelog from GitHub commit history?

Automating a changelog from GitHub commit history involves categorizing merged commits into new features and improvements. This Skill generates a bilingual markdown changelog, ensuring consistency between commit messages and your release documentation.

Does this tool create release notes in both English and Traditional Chinese?

Yes, this tool creates release notes in both English and Traditional Chinese. It produces a bilingual markdown file specifically designed for GitHub releases, streamlining communication for diverse project contributors.

How do I automatically list contributors in GitHub release documentation?

You can automatically list contributors in GitHub release documentation by using this Skill. It parses your commit history to identify contributors and includes their credits directly in the generated markdown release notes.

Can I categorize commits into features and bug fixes for release notes?

Yes, you can categorize commits into features and bug fixes for release notes. This Skill automatically differentiates between new features and improvements or bug fixes when generating your bilingual markdown documentation.