원클릭으로
pull-request
깃허브 PR 생성
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
깃허브 PR 생성
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Parse code review comments left by bot reviewers (gemini-code-assist, coderabbitai, copilot, etc.) on the current PR, apply the suggested fixes to the code, then reply to each review comment thread mentioning that reviewer with a summary of what was addressed.
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.
깃허브 커밋 메시지 작성
깃허브 이슈 생성
| name | pull-request |
| description | 깃허브 PR 생성 |
| allowed-tools | Bash, mcp__github__create_pull_request, mcp__github__get_me |
Analyze the PR context, draft a PR title and body, then create the PR using GitHub MCP.
Shared agent rules:
!sed -n '1,220p' AGENTS.md
PR format rules:
!sed -n '1,220p' .agents/pr-format.md
PR context:
!bash .agents/scripts/pr-context.sh
The PR type is determined by the title format.
| Title Format | Base Branch | Condition |
|---|---|---|
vYYYY.MMDD.HHmm (release ID) | main | Only allowed when current branch is develop |
feat:, fix:, etc. (conventional commit) | develop | Allowed from any feature branch |
Release PR rules (vYYYY.MMDD.HHmm format):
develop branch only.package.json / package-lock.json versions for release PRs.develop, print an error message and abort.bash .agents/scripts/previous-release-pr.sh and read the latest merged release PR.<type>: <Korean summary> (within 50 characters)
feat, fix, refactor, change, remove, docs, chorefeat/xxx → feat:)feat: 기숙사 자습 신청 및 취소 기능 추가vYYYY.MMDD.HHmm format
v2026.0510.0109Follow .agents/pr-format.md for both general PRs and release PRs. Omit reviewer assignment, labels, and Discord notifications because these are handled by GitHub Actions.
Do not leave template examples, placeholder text, HTML comments, or empty optional sections in the final body.
mcp__github__create_pull_request):
owner: team-incuberepo: Flooding-Client-V2head: current branchbase: branch determined above.github/labeler.yml.