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.