一键导入
changelog-review
Review the changelog and last commits for consistency
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review the changelog and last commits for consistency
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Write the release notes
Simplify the [Unreleased] section of CHANGELOG.md (or a specific version) into a user-focused changelog summary using the instructions from the CI workflow.
Clean C# code style based on project rules
Write a commit message for the currently staged or uncommitted changes
Debug some feature
Instruct the AI to fully refactor code, prioritizing best quality over minimal changes
| name | changelog-review |
| description | Review the changelog and last commits for consistency |
| allowed-tools | ["read","grep","glob","exec"] |
| triggers | ["user","model"] |
Omit this skill if current branch is main or dev.
Get a list of all commits in the current branch that are not in dev branch.
Get the messages for all retrieved commits.
Compare the list of commits against the [Unreleased] section in CHANGELOG.md.
Suggest missing CHANGELOG.md entries to the user. Pay special attention to features that affect the user experience or break existing functionality.