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.