create-pr
스타7
포크3
업데이트2026년 3월 20일 17:10
Create a pull request (pr)
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Create a pull request (pr)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | create-pr |
| description | Create a pull request (pr) |
| disable-model-invocation | true |
Create a pull request against main using the template at .github/PULL_REQUEST_TEMPLATE.md.
The template has two required sections: Summary (what changed and why) and How to QA (step-by-step verification instructions), plus a QA checklist. There is also an optional commented-out release checklist for env vars or migrations.
maingh pr view — if one exists, share the URL and stopgit push -u origin HEADgit log main..HEAD --oneline and git diff main..HEAD --statgh label list and apply any relevant onesgh pr create -d --base main --title "..." --body "..." -a "@me" -l "..."