writing-commits
星标1
分支0
更新时间2026年7月30日 13:29
Use when writing a commit message or naming a branch in this repository
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use when writing a commit message or naming a branch in this repository
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when adding, changing, or reviewing HTTP API controllers, request and response DTOs, ApiResponse payloads, JSON field names, or response nesting in this repository
Use when adding, moving, or renaming code in this repository, or deciding which module and package something belongs in
Use when opening a pull request or writing a PR description in this repository
| name | writing-commits |
| description | Use when writing a commit message or naming a branch in this repository |
[TYPE] 한국어 요약 (예: [FEAT] 공통 API 응답 및 비즈니스 예외 처리 추가)FEAT FIX REFACTOR TEST DOCS CHORE DEPLOYfeature/<slug> fix/<slug> chore/<slug>, base는 develop한 커밋에는 한 가지만 담는다. 리팩터링과 기능 추가가 섞이면 나눈다.
확실하지 않으면 git log --oneline -20의 히스토리를 따른다.
PR 제목도 같은 형식이다. PR 본문 작성은 writing-pull-requests를 쓴다.