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