commit
프로젝트 컨벤션에 맞는 일관된 커밋 메시지를 생성하고 커밋을 수행합니다.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
프로젝트 컨벤션에 맞는 일관된 커밋 메시지를 생성하고 커밋을 수행합니다.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Load when developing API endpoints, designing request/response DTOs, creating controllers, or working with BaseResponse wrapper and exception handling patterns.
Load when designing new domains or modules, refactoring architecture, working with Clean Architecture layers, ports/adapters pattern, or cross-domain communication.
Commit, push, and open a PR following project conventions. Use when creating pull requests.
GitHub PR의 코드 리뷰 코멘트를 읽어와 피드백을 반영하고, 각 코멘트에 답글을 남깁니다.
Create a GitHub issue following project conventions. Use when creating issues.
Load when working with environment settings, application profiles (local/staging/prod), Jasypt encryption, secrets management, or infrastructure configuration.
| name | commit |
| description | 프로젝트 컨벤션에 맞는 일관된 커밋 메시지를 생성하고 커밋을 수행합니다. |
코드 작업이 완료된 후, 프로젝트 커밋 메시지 컨벤션에 맞는 커밋을 생성합니다.
코드 작업이 완료된 후 커밋을 생성할 때 사용합니다.
/commit
git status로 변경 사항 확인git diff --staged로 스테이징된 변경 내용 분석git log --oneline -10으로 최근 커밋 스타일 참조git commit 수행<type>: <한국어 설명>
| Type | 설명 |
|---|---|
feat | 새로운 기능 추가 |
fix | 버그 수정 |
refactor | 리팩토링 |
test | 테스트 추가/수정 |
chore | 빌드, 설정 변경 |
docs | 문서 변경 |
Co-Authored-By: Claude <model> <noreply@anthropic.com>
feat: 사진 이동 API 추가 (PATCH /api/folders/{sourceFolderId}/photos/move)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
refactor: 폴더 소유권 확인을 단일 쿼리로 개선
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
.env, credentials 등 민감 파일은 절대 staging하지 않음