원클릭으로
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.