원클릭으로
commit-message
Write a commit message for the currently staged or uncommitted changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write a commit message for the currently staged or uncommitted changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Write the release notes
Review the changelog and last commits for consistency
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
Debug some feature
Instruct the AI to fully refactor code, prioritizing best quality over minimal changes
| name | commit-message |
| description | Write a commit message for the currently staged or uncommitted changes |
| allowed-tools | ["exec","read"] |
| triggers | ["user","model"] |
The aim is to return a Conventional Commit message <type>(<scope>): <subject> for the current staged or uncommitted changes.
Check for staged changes or, if none, all uncommitted changes.
Analyze them.
Return one semantic commit message.