with one click
changelog-review
Review the changelog and last commits for consistency
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review the changelog and last commits for consistency
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.