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하지 않음