원클릭으로
zenit-commit-message
Draft commit summaries and bodies using this repo's Conventional Commit plus GNU-style file bullet format.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Draft commit summaries and bodies using this repo's Conventional Commit plus GNU-style file bullet format.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Run a bounded validation loop for current changes: tests, compile/checks, reviewer, verifier, fixes, then repeat until green or capped. Use when user asks to make changes green, run review and verify, 'until everything passes', or prepare a change for final validation.
Safely modify Zenit modules, autoloads, patches, and core/module boundaries.
Handle Zenit package declarations, package updates, and lockfiles.
Run and interpret Zenit Emacs tests through the project CLI.
SOC 직업 분류 기준
| name | zenit-commit-message |
| description | Draft commit summaries and bodies using this repo's Conventional Commit plus GNU-style file bullet format. |
| disable-model-invocation | true |
Use this skill when the user asks for a commit summary, commit message, or review of a proposed commit message.
docs/commit-messages.md for full messages..gitmessage for the concrete template.Summary:
type(component): Capitalized active-verb summary
Use the repo's Conventional Commit types. In addition to the usual types, this repo uses:
pkg for package/library/version changes.tweak for user-facing default changes that are not major features.Body entries use GNU-style bullets:
* file.el (symbol1, symbol2): Describe the change.
Add rationale or limitations when useful.
Ditto for repeated similar file changes.