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를 쓴다.