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