ワンクリックで
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: