원클릭으로
pr
Create a pull request for the current branch against main
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a pull request for the current branch against main
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review and steward a GitHub repo's PRs and issues: classify PRs, review ready PRs when asked, close stale issues, manage ready async work, and recommend next actions.
Fix the author on all commits since main to match the local or global .gitconfig
Synthesize a morning briefing from GH notifications, calendar, reminders, and inbox.
Run the project's Definition of Done checklist
Fix the author on all commits since main to match the local or global .gitconfig
Synthesize a morning briefing from GH notifications, calendar, reminders, and inbox.
| name | pr |
| description | Create a pull request for the current branch against main |
Create a pull request for the current branch against main.
git diff main...HEAD and git log main..HEAD --oneline to understand
all changes since main.-u.## Summary: 1-3 succinct bullet points.## Test plan: bulleted checklist.gh pr create --base main. Try with --draft first. If
that fails because the repo does not support drafts, retry without --draft.