with one click
changelog
Record current session changes to CHANGELOG.md
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Record current session changes to CHANGELOG.md
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | changelog |
| description | Record current session changes to CHANGELOG.md |
| user-invocable | true |
| handoffs | ["When finished logging changes, suggest running tests or committing"] |
์ด ์คํฌ์ ํ์ฌ ์ธ์ ์ ๋ณ๊ฒฝ์ฌํญ์ ์ฒด๊ณ์ ์ผ๋ก ๊ธฐ๋กํฉ๋๋ค:
/changelog "๋ณ๊ฒฝ ๋ด์ฉ ์์ฝ"
์์:
/changelog "TC-API-001 ํ
์คํธ 5๊ฐ ์ถ๊ฐ"
/changelog "DB ์ค์ ํ์ผ ์
๋ฐ์ดํธ"
/changelog "ํฐ์ผ ์์ฑ API ๊ตฌํ ์๋ฃ"
์ฌ์ฉ์๊ฐ ์ ๊ณตํ ๋ณ๊ฒฝ ์์ฝ์ ํ์ฑํฉ๋๋ค:
ํ์ฌ git ์ํ๋ฅผ ๋ถ์ํฉ๋๋ค:
# Staged files ํ์ธ
git diff --cached --name-status
# Unstaged files ํ์ธ
git diff --name-status
# ํ์ฌ ๋ธ๋์น
git branch --show-current
# ๋ณ๊ฒฝ ๋ผ์ธ ์
git diff --cached --stat
git diff --stat
ํ์ฌ ์ธ์ ์ ์ฌ์ฉ์ ํ๋กฌํํธ๋ฅผ ๋ํ ์ปจํ ์คํธ์์ ์ถ์ถ:
๋ค์ ํ์์ผ๋ก changelog ์ํธ๋ฆฌ ์์ฑ:
## [๋ธ๋์น๋ช
] - YYYY-MM-DD HH:MM
### ๐ฏ Prompts
1. "์ฒซ ๋ฒ์งธ ์ฌ์ฉ์ ํ๋กฌํํธ ์๋ฌธ"
2. "๋ ๋ฒ์งธ ์ฌ์ฉ์ ํ๋กฌํํธ ์๋ฌธ"
3. "์ธ ๋ฒ์งธ ์ฌ์ฉ์ ํ๋กฌํํธ ์๋ฌธ"
### โ
Changes
- **Added**: ์๋ก์ด ๊ธฐ๋ฅ/ํ์ผ (`ํ์ผ๊ฒฝ๋ก`)
- **Modified**: ์์ ๋ ๋ด์ฉ (`ํ์ผ๊ฒฝ๋ก`)
- **Fixed**: ๋ฒ๊ทธ ์์ (`ํ์ผ๊ฒฝ๋ก`)
- **Removed**: ์ญ์ ๋ ๋ด์ฉ (`ํ์ผ๊ฒฝ๋ก`)
### ๐ Test Results (Optional)
- Total: X/Y passed (Z%)
- Coverage: ๊ด๋ จ ํ
์คํธ ์ผ์ด์ค
### ๐ Files Modified
- `๊ฒฝ๋ก/ํ์ผ1.ts` (+10, -2 lines)
- `๊ฒฝ๋ก/ํ์ผ2.ts` (+5, -1 lines)
### ๐ฟ Branches (if multi-branch)
- `๋ธ๋์น1` (commit: abc1234)
- `๋ธ๋์น2` (commit: def5678)
---
CHANGELOG.md ํ์ผ ์ฒ๋ฆฌ:
ํ์ผ์ด ์์ผ๋ฉด:
# Tika Development Changelog
> ์ด ๋ฌธ์๋ Tika ํ๋ก์ ํธ์ ๊ฐ๋ฐ ํ์คํ ๋ฆฌ๋ฅผ ๊ธฐ๋กํฉ๋๋ค.
> ๊ฐ ์ํธ๋ฆฌ๋ ํ๋กฌํํธ, ๋ณ๊ฒฝ์ฌํญ, ์ํฅ๋ฐ์ ํ์ผ์ ํฌํจํฉ๋๋ค.
[์ ์ํธ๋ฆฌ ์ถ๊ฐ]
ํ์ผ์ด ์์ผ๋ฉด:
์์ฑ๋ changelog ์ํธ๋ฆฌ๋ฅผ ์ฌ์ฉ์์๊ฒ ๋ณด์ฌ์ฃผ๊ณ :
๐ Changelog ์ํธ๋ฆฌ๊ฐ ์์ฑ๋์์ต๋๋ค:
[์์ฑ๋ ๋ด์ฉ ๋ฏธ๋ฆฌ๋ณด๊ธฐ]
๋ค์ ํ์ผ์ด ์
๋ฐ์ดํธ๋์์ต๋๋ค:
- CHANGELOG.md (์ ์ํธ๋ฆฌ ์ถ๊ฐ)
staged ํ์ผ์ ์ถ๊ฐํ์๊ฒ ์ต๋๊น? (yes/no)
์ฌ์ฉ์๊ฐ ์ํ๋ฉด ์๋ ์ปค๋ฐ:
# ํ์ผ staging
git add CHANGELOG.md
# ์ปค๋ฐ (์ ํ์ฌํญ)
git commit -m "docs: Update changelog - [์์ฝ]
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
.specify/scripts/bash/generate-changelog.sh ์คํฌ๋ฆฝํธ ์ฌ์ฉ:
# ์ฌ์ฉ์ ์
๋ ฅ
/changelog "๋น ์ ๋ชฉ ๊ฒ์ฆ ํ
์คํธ ์ถ๊ฐ"
# ์์ฑ๋ ์ํธ๋ฆฌ
## [001-create-ticket-api] - 2026-02-13 14:30
### ๐ฏ Prompts
1. "TC-API-001์ ๋น ์ ๋ชฉ ๊ฒ์ฆ ํ
์คํธ ์ถ๊ฐํด์ค"
### โ
Changes
- **Added**: Empty title validation test (`__tests__/api/tickets.test.ts:95`)
### ๐ Files Modified
- `__tests__/api/tickets.test.ts` (+17, -0 lines)
---
# ์ฌ์ฉ์ ์
๋ ฅ
/changelog "DB ์ค์ ํ์ผ 3๊ฐ ๋ธ๋์น์ ์ถ๊ฐ"
# ์์ฑ๋ ์ํธ๋ฆฌ
## [chapter5.1-init] - 2026-02-13 10:15
### ๐ฏ Prompts
1. ".env ํ์ผ๋ค์ 3๊ฐ ๋ธ๋์น(chapter4.4.5, chapter5.1-SDD, chapter5.1-init)์ ํธ์ํด์ค"
2. "jest.setup.ts์์ ticketService mock ์ ๊ฑฐํด"
### โ
Changes
- **Modified**: `.env.local` - DB ์ธ์ฆ ์ ๋ณด ์ถ๊ฐ
- **Modified**: `.env.test` - DB ์ธ์ฆ ์ ๋ณด ์ถ๊ฐ
- **Added**: `.env.example` - ํ
ํ๋ฆฟ ์์ฑ
- **Modified**: `jest.setup.ts` - ticketService mock ์ ๊ฑฐ (chapter5.1-init๋ง)
### ๐ฟ Branches Updated
- `chapter4.4.5` (commit: a825f9c)
- `chapter5.1-SDD` (commit: 2988021)
- `chapter5.1-init` (commit: f6e7609, c512b3c)
### ๐ Files Modified
- `.env.local` (+1, -1 lines)
- `.env.test` (+1, -1 lines)
- `.env.example` (+4, -0 lines)
- `jest.setup.ts` (+3, -1 lines)
---
# ์ฌ์ฉ์ ์
๋ ฅ
/changelog "TC-API-001 ์ ์ฒด ํ
์คํธ ์๋ฃ"
# ์์ฑ๋ ์ํธ๋ฆฌ
## [001-create-ticket-api] - 2026-02-13 16:45
### ๐ฏ Prompts
1. "TC-API-001์ ๋๋ฝ๋ 5๊ฐ ํ
์คํธ๋ฅผ ์ถ๊ฐํด์ค"
2. "npm test ์คํํด์ ๊ฒฐ๊ณผ ๋ณด์ฌ์ค"
### โ
Changes
- **Added**: ๋น ์ ๋ชฉ ๊ฒ์ฆ ํ
์คํธ (`__tests__/api/tickets.test.ts:95`)
- **Added**: ๊ณต๋ฐฑ๋ง ์ ๋ชฉ ๊ฒ์ฆ ํ
์คํธ (`__tests__/api/tickets.test.ts:113`)
- **Added**: ์ค๋ช
1000์ ์ด๊ณผ ๊ฒ์ฆ ํ
์คํธ (`__tests__/api/tickets.test.ts:149`)
- **Added**: position ์์ ๊ฒ์ฆ ํ
์คํธ (`__tests__/api/tickets.test.ts:208`)
- **Added**: startedAt/completedAt ์ด๊ธฐ๊ฐ ๊ฒ์ฆ ํ
์คํธ (`__tests__/api/tickets.test.ts:224`)
### ๐ Test Results
- Total: 11/11 passed (100%)
- Coverage: TC-API-001 ์๋ฃ
### ๐ Files Modified
- `__tests__/api/tickets.test.ts` (+85, -0 lines)
---
์ด ์คํฌ ์คํ ํ ์ ์:
ํ ์คํธ ์คํ: ๋ณ๊ฒฝ์ฌํญ์ด ์ฝ๋์ผ ๊ฒฝ์ฐ
npm run test
์ปค๋ฐ ์์ฑ: changelog๋ง ์ ๋ฐ์ดํธํ ๊ฒฝ์ฐ
git commit -m "docs: Update changelog - [์์ฝ]"
์ ์ฒด ์ปค๋ฐ: ์ฝ๋ + changelog ํจ๊ป
git add .
git commit -m "feat: [๊ธฐ๋ฅ ์์ฝ]
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
/commit: Git ์ปค๋ฐ ์์ฑ (changelog ์๋ ํธ์ถ ๊ฐ๋ฅ)/review-pr: PR ๋ฆฌ๋ทฐ (changelog ์ฐธ์กฐ)/speckit.implement: ๊ตฌํ ์๋ฃ ํ changelog ๊ธฐ๋ก