·release-notes
>_

release-notes

luongnv89/skills

Generate release notes from git commits and GitHub PRs/issues. Use when asked to "create release notes", "generate changelog", "prepare release", "what changed since last release", or need to document changes for a new version. Analyzes commit history, merged PRs, and closed issues to produce GitHub Releases formatted notes.

11Installs·4Trend·@luongnv89

Installation

$npx skills add https://github.com/luongnv89/skills --skill release-notes

SKILL.md

Generate comprehensive release notes by analyzing git history and GitHub activity.

Group changes by type based on commit prefixes and PR labels:

| Features | feat:, feature: | enhancement, feature | | Bug Fixes | fix:, bugfix: | bug, fix | | Performance | perf: | performance | | Documentation | docs: | documentation | | Breaking Changes | BREAKING:, !: | breaking-change | | Dependencies | deps:, chore(deps): | dependencies | | Other | chore:, refactor:, style:, test: | - |

Generate release notes from git commits and GitHub PRs/issues. Use when asked to "create release notes", "generate changelog", "prepare release", "what changed since last release", or need to document changes for a new version. Analyzes commit history, merged PRs, and closed issues to produce GitHub Releases formatted notes. Source: luongnv89/skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/luongnv89/skills --skill release-notes
Category
>_Productivity
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is release-notes?

Generate release notes from git commits and GitHub PRs/issues. Use when asked to "create release notes", "generate changelog", "prepare release", "what changed since last release", or need to document changes for a new version. Analyzes commit history, merged PRs, and closed issues to produce GitHub Releases formatted notes. Source: luongnv89/skills.

How do I install release-notes?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/luongnv89/skills --skill release-notes Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/luongnv89/skills