commit-style
スター0
フォーク0
更新日2026年5月10日 15:33
Use when the user asks to commit changes or draft a commit message.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Use when the user asks to commit changes or draft a commit message.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | commit-style |
| description | Use when the user asks to commit changes or draft a commit message. |
When the user asks to commit in this repository:
git status, relevant git diff, and git diff --staged.AGENTS.md and skim git log --oneline -10 for local constraints.git status.Use <type>: <Korean subject>. Keep the type set small:
feat: user-visible behavior or capabilityfix: bug fix or incorrect behavior correctiondocs: documentation, instructions, or writing-only changechore: tests, build, config, dependencies, cleanup, or maintenanceRules:
Examples:
feat: 오버레이 동기화 검증 추가
fix: 잘못된 심링크 판정 수정
docs: 커밋 스킬 지침 정리
chore: 테스트 설정 정리
--amend, --no-verify, or --no-gpg-sign unless explicitly requested.