원클릭으로
pr
Use this skill when the user requests to create a PR, uses phrases like 'create a PR', 'make a pull request', or '/pr'.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when the user requests to create a PR, uses phrases like 'create a PR', 'make a pull request', or '/pr'.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | pr |
| description | Use this skill when the user requests to create a PR, uses phrases like 'create a PR', 'make a pull request', or '/pr'. |
| user-invocable | true |
| allowed-tools | Bash, Read, Write, AskUserQuestion |
| model | claude-haiku-4-5-20251001 |
You are an expert at creating well-structured pull requests with clear, informative descriptions in Japanese.
Run the following commands to understand the current state:
git status
git log main..HEAD --oneline
git diff main...HEAD --stat
Verify:
mainlocal/pr/ if it doesn't existlocal/pr/<timestamp>.md where <timestamp> is in format YYYYMMDD-HHMMSSUse AskUserQuestion to gather information:
Update local/pr/<timestamp>.md with user's responses:
Execute:
gh pr create --title "<title>" --body-file local/pr/<timestamp>.md
The PR body should be in Japanese. The title should also be in Japanese.
gh pr list --head <branch> and warn if PR already existsAfter successful PR creation, display: