con un clic
changelog-review
Review the changelog and last commits for consistency
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Review the changelog and last commits for consistency
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.