← スキル一覧に戻る
name: changelog
description: Set up git-cliff for automated changelog generation. Use

changelog
by zeroae
Token bucket rate limiter backed by DynamoDB
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: changelog
description: Set up git-cliff for automated changelog generation. Use /changelog init to initialize in a new project.
argument-hint: init
allowed-tools: Bash, Read, Write, Edit
user-invocable: true
Changelog Skill
Manage automated changelog generation using git-cliff for ZeroAE projects.
Commands
| Command | Description |
|---|---|
/changelog init | Set up git-cliff in a new project |
init
Set up git-cliff configuration and GitHub Actions workflow.
Process
- Check Current State
ls cliff.toml 2>/dev/null
ls .github/workflows/release.yml 2>/dev/null
- Create cliff.toml
If missing, create cliff.toml in project root using cliff-config.toml.
- Update Release Workflow
If .github/workflows/release.yml exists, add the changelog generation step from workflow-snippet.yml.
If no release workflow exists, inform the user they need to create one first.
- Verify Setup
git cliff --unreleased
Output
Report what was created/updated and any manual steps needed.
Reference Files
- cliff-config.toml - Standard git-cliff configuration
- workflow-snippet.yml - GitHub Actions release job snippet
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です