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 页面并帮你完成安装。
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