File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030- Branch from ` main ` for new work.
3131- Keep commit messages aligned with repository conventions.
32+ - Write commit messages and PR title/body in Korean by default.
3233- Run ` pnpm typecheck ` (and relevant app checks) before push.
3334
3435## Architecture References
Original file line number Diff line number Diff line change 16161 . 작업 브랜치 확인: ` git branch --show-current `
17172 . 변경사항 확인: ` git status --short --branch ` , ` git diff --stat `
18183 . 커밋 스타일 준수: 저장소 규칙(` <type>: <subject> ` ) 사용
19+ 4 . 커밋 메시지와 PR 제목/본문은 한국어로 작성
1920
2021## Execution Steps
2122
2223``` bash
2324git add < files>
24- git commit -m " docs: add commit-push-pr subagent skill "
25+ git commit -m " docs: 커밋/푸시/PR 서브에이전트 스킬 문서 추가 "
2526git push -u origin < branch>
2627gh pr create --base < base> --head < branch> --title " <title>" --body " $( cat << 'EOF '
27- ## Summary
28- - <summary bullet 1>
29- - <summary bullet 2>
28+ ## 요약
29+ - <요약 항목 1>
30+ - <요약 항목 2>
3031EOF
3132) "
3233```
4243- 생성된 커밋 해시
4344- 푸시 결과(업스트림 연결 여부)
4445- PR URL
46+
47+ ## Language Policy
48+
49+ - 커밋 메시지는 한국어를 기본으로 사용한다.
50+ - PR 제목과 본문은 한국어로 작성한다.
51+ - 영문 용어가 필요한 경우에도 설명 문장은 한국어로 유지한다.
You can’t perform that action at this time.
0 commit comments