open-pr
스타11
포크0
업데이트2026년 6월 10일 10:39
Commit, push, and open a pull request
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Commit, push, and open a pull request
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Commit changes with a clean commit message
Commit, push, and open a pull request with auto-merge
Commit, push, and open a merge request
Commit, push, and open a merge request with auto-merge
Commit changes with a clean commit message
Commit, push, and open a pull request
| name | open-pr |
| description | Commit, push, and open a pull request |
First, run these commands and review their output:
git status --porcelaingit branch --show-currentgit log --oneline -10You usually already know what changed in this session. If you are unsure what the changes are, run git diff HEAD (or a targeted git diff HEAD -- <file>) before committing.
Based on the above changes:
gh pr create