changelog-gen
Generate changelogs from git history using conventional commits. Produces Keep a Changelog format entries grouped by type and version.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate changelogs from git history using conventional commits. Produces Keep a Changelog format entries grouped by type and version.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Write, optimize, and debug SQL queries. Analyze query plans, suggest indexes, and translate between SQL dialects.
Perform thorough code reviews focusing on correctness, security, performance, and maintainability. Provide actionable feedback with specific line references and suggested fixes.
Write and update technical documentation including API docs, README files, architecture decision records, and inline code comments.
Guide safe, incremental refactoring of existing code. Identify refactoring opportunities, suggest patterns, and ensure behavior is preserved through the process.
Inspect Figma designs, extract tokens, generate component code, and sync design decisions to your codebase.
Manage GitHub issues, pull requests, milestones, and projects. Create, update, label, and query issues across repositories.
| name | changelog-gen |
| description | Generate changelogs from git history using conventional commits. Produces Keep a Changelog format entries grouped by type and version. |
Generates changelogs from conventional commits following Keep a Changelog format.
Generate changelog entry for v2.1.0
From: v2.0.0 tag to HEAD
Group by: feat, fix, docs, breaking changes
Update CHANGELOG.md for the release branch