원클릭으로
git-pr
Commit, push, and open a draft pull request. Runs git-commit-push first, then creates the PR via gh.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Commit, push, and open a draft pull request. Runs git-commit-push first, then creates the PR via gh.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | git-pr |
| description | Commit, push, and open a draft pull request. Runs git-commit-push first, then creates the PR via gh. |
Create a pull request.
First, run the git-commit-push skill to ensure all changes are committed and pushed.
After the push is confirmed, create a draft pull request:
git log --oneline main...HEAD, git diff main...HEADgh pr create --draft. PR description MUST be in English.Scope: $ARGUMENTS (optional — e.g. an app name like ncc, a package like sc-backend-core, or pipelines). If provided, focus on changes under that area. If omitted, include all changes on the branch.
NEVER mention co-authored-by, Generated with Claude Code or similar aspects.