원클릭으로
pr-create
Open a pull request for the current branch using the repo's PR template
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Open a pull request for the current branch using the repo's PR template
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review open Force Refresh support requests, assess their status, and draft replies
Stage and commit changes using project conventions
Curate the commit history of the current branch — either as a reviewer-friendly narrative or collapsed into clean atomic commits ready for main
Trigger a rebase on all open Dependabot pull requests
Update dependencies for the project in the current working directory
| name | pr-create |
| description | Open a pull request for the current branch using the repo's PR template |
| disable-model-invocation | true |
Open a pull request for the current branch.
Check for a PR template by looking for:
.github/pull_request_template.md.github/PULL_REQUEST_TEMPLATE.md.github/PULL_REQUEST_TEMPLATE/*.md (multiple templates)Determine the PR title from the branch's commits:
feat:, chore:, etc.)Fill out the PR body:
Open the PR with gh pr create:
gh pr create --title "<title>" --body "<body>"
Output the PR URL so the user can review it.