원클릭으로
pr
Create a pull request for the current branch
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a pull request for the current branch
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | pr |
| description | Create a pull request for the current branch |
| disable-model-invocation | false |
| allowed-tools | Bash(git *), Bash(gh pr create *), Skill(commit) |
You are creating a pull request for the current branch on budgie-desktop (C / Vala desktop environment built with Meson + Ninja).
Run these commands to understand the current state:
git status
git log --oneline main..HEAD
git diff main...HEAD --stat
git diff main...HEAD
git branch --show-current
If there are uncommitted changes, run the /commit skill first before proceeding.
Based on the changes, choose the appropriate conventional commit type and scope. See CONTRIBUTING.md for the full list of types and scopes.
Title format: <type>: <short description> (under 70 characters)
Read .github/PULL_REQUEST_TEMPLATE.md and use its structure as the body format for the PR. Fill in the sections based on the changes being submitted.
Push the branch and create the PR:
git push -u origin HEAD
gh pr create --title "<title>" --body "$(cat <<'EOF'
<body content>
EOF
)"
Target branch: main (default)
ninja -C build