agentsclimarketplace

Changelog generator

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/doyajin174/changelog-generator

๐Ÿง  The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill changelog-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Generate user-friendly release notes from git commits. Use this when preparing releases, writing changelogs, or summarizing development progress.

The file declares its own license as MIT. That is the authorโ€™s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.3 KB, as published. Nobody here has run it

Changelog Generator

Git ์ปค๋ฐ‹์„ ์‚ฌ์šฉ์ž ์นœํ™”์ ์ธ ๋ฆด๋ฆฌ์ฆˆ ๋…ธํŠธ๋กœ ๋ณ€ํ™˜ํ•˜๋Š” ์Šคํ‚ฌ์ž…๋‹ˆ๋‹ค.

Workflow

Step 1: ์ปค๋ฐ‹ ํžˆ์Šคํ† ๋ฆฌ ์ˆ˜์ง‘

# ์ตœ๊ทผ ๋ฆด๋ฆฌ์ฆˆ ์ดํ›„ ์ปค๋ฐ‹
git log --oneline $(git describe --tags --abbrev=0)..HEAD

# ํŠน์ • ๊ธฐ๊ฐ„ ์ปค๋ฐ‹
git log --oneline --since="2024-01-01"

# ์ƒ์„ธ ์ •๋ณด ํฌํ•จ
git log --pretty=format:"%h - %s (%an, %ar)" --since="1 week ago"

Step 2: ์ปค๋ฐ‹ ๋ถ„๋ฅ˜

Prefix์นดํ…Œ๊ณ ๋ฆฌ์„ค๋ช…
feat:โœจ New Features์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ
fix:๐Ÿ› Bug Fixes๋ฒ„๊ทธ ์ˆ˜์ •
perf:โšก Performance์„ฑ๋Šฅ ๊ฐœ์„ 
docs:๐Ÿ“š Documentation๋ฌธ์„œ ๋ณ€๊ฒฝ
refactor:๐Ÿ”ง Refactoring๋ฆฌํŒฉํ† ๋ง
test:๐Ÿงช Testsํ…Œ์ŠคํŠธ ์ถ”๊ฐ€/์ˆ˜์ •
chore:๐Ÿ”จ Chores๋นŒ๋“œ/์„ค์ • ๋ณ€๊ฒฝ
BREAKING:๐Ÿ’ฅ Breaking Changesํ˜ธํ™˜์„ฑ ๊นจ์ง

Step 3: ์‚ฌ์šฉ์ž ๊ด€์ ์œผ๋กœ ๋ณ€ํ™˜

๊ฐœ๋ฐœ์ž ์ปค๋ฐ‹:

feat: implement JWT token refresh mechanism
fix: resolve race condition in order processing

์‚ฌ์šฉ์ž ๋ฆด๋ฆฌ์ฆˆ ๋…ธํŠธ:

โœจ ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ
- ์ž๋™ ๋กœ๊ทธ์ธ ๊ฐฑ์‹ ์œผ๋กœ ๋” ์˜ค๋ž˜ ๋กœ๊ทธ์ธ ์ƒํƒœ ์œ ์ง€

๐Ÿ› ๋ฒ„๊ทธ ์ˆ˜์ •
- ์ฃผ๋ฌธ ์ฒ˜๋ฆฌ ์ค‘ ๊ฐ„ํ—์  ์˜ค๋ฅ˜ ์ˆ˜์ •

Output Format

Standard CHANGELOG.md

# Changelog

## [1.2.0] - 2024-12-22

### โœจ New Features
- Feature A description
- Feature B description

### ๐Ÿ› Bug Fixes
- Fixed issue X
- Resolved problem Y

### โšก Performance
- Improved loading speed

### ๐Ÿ’ฅ Breaking Changes
- Changed API endpoint structure

GitHub Release Notes

## What's New

### Highlights
๐ŸŽ‰ **Feature A** - Brief exciting description

### All Changes
- feat: detailed change 1
- fix: detailed change 2

### Contributors
@user1, @user2

Examples

Example 1: ๋ฒ„์ „ ๋ฆด๋ฆฌ์ฆˆ

User: v1.2.0 ๋ฆด๋ฆฌ์ฆˆ ๋…ธํŠธ ๋งŒ๋“ค์–ด์ค˜

Claude:
1. git log๋กœ ์ด์ „ ํƒœ๊ทธ ์ดํ›„ ์ปค๋ฐ‹ ์ˆ˜์ง‘
2. Conventional Commits ๊ธฐ์ค€ ๋ถ„๋ฅ˜
3. ์‚ฌ์šฉ์ž ๊ด€์ ์œผ๋กœ ๋ณ€ํ™˜
4. CHANGELOG.md ์—…๋ฐ์ดํŠธ

Example 2: ์ฃผ๊ฐ„ ์—…๋ฐ์ดํŠธ

User: ์ด๋ฒˆ ์ฃผ ๊ฐœ๋ฐœ ๋‚ด์šฉ ์ •๋ฆฌํ•ด์ค˜

Claude:
1. git log --since="1 week ago" ์‹คํ–‰
2. ์ฃผ์š” ๋ณ€๊ฒฝ์‚ฌํ•ญ ์š”์•ฝ
3. ํŒ€ ๊ณต์œ ์šฉ ๋ฌธ์„œ ์ƒ์„ฑ

Automation

Pre-release Hook

#!/bin/bash
# .git/hooks/pre-tag

# ํ˜„์žฌ ๋ฒ„์ „๊ณผ ์ด์ „ ๋ฒ„์ „ ์‚ฌ์ด ๋ณ€๊ฒฝ์‚ฌํ•ญ ์ถ”์ถœ
git log --oneline $(git describe --tags --abbrev=0 2>/dev/null)..HEAD > /tmp/changes.txt

echo "Changes since last release:"
cat /tmp/changes.txt

CI Integration

# .github/workflows/release.yml
- name: Generate Changelog
  run: |
    git log --oneline ${{ github.event.before }}..${{ github.sha }} > changes.txt
    # Claude API๋กœ ๋ฆด๋ฆฌ์ฆˆ ๋…ธํŠธ ์ƒ์„ฑ

Best Practices

  1. Conventional Commits ์‚ฌ์šฉ: type(scope): message
  2. ์‚ฌ์šฉ์ž ๊ด€์ : ๊ธฐ์ˆ  ์šฉ์–ด โ†’ ์‚ฌ์šฉ์ž ์ด์ 
  3. Breaking Changes ๊ฐ•์กฐ: ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๊ฐ€์ด๋“œ ํฌํ•จ
  4. ๊ฐ์‚ฌ ํ‘œ์‹œ: ๊ธฐ์—ฌ์ž ๋ฉ˜์…˜

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.