ワンクリックで
gh-create-pr
Create a GitHub PR from the current branch. Use when the user asks to "create a PR", "open a pull request", or "submit a PR".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a GitHub PR from the current branch. Use when the user asks to "create a PR", "open a pull request", or "submit a PR".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Update a GitHub plan issue with progress. Use when planning a task, or when the user tells you to "update the github plan issue".
Create a plan issue on GitHub. Use when planning a task, or when the user tells you to "create a github plan issue" with the repo name as argument.
Prepare a handover for continuing work in a new session. Use when the user asks to "hand over", "prepare handover", "wrap up for a new session", or "context dump".
Close a GitHub plan issue with a summary. Use when the user tells you to "close the github plan issue".
Implement a GitHub plan issue step by step with checkpoints. Use when the user asks to "implement the plan", "start working on the plan", or "execute the plan".
Read the GitHub plan issue given as argument. Use when the user tells you to "read this github plan issue" with the issue as argument.
| name | gh-create-pr |
| description | Create a GitHub PR from the current branch. Use when the user asks to "create a PR", "open a pull request", or "submit a PR". |
| allowed-tools | Bash |
Create GitHub pull request(s) from the current branch. If this session touched multiple repos (check conversation context, plan issue, or ask the user), create a PR in each repo. Run steps 1-7 for each repo in sequence.
git status and git branch --show-current.resource-tags-docs). Move any uncommitted changes to the new branch.git push -u origin..github/pull_request_template.md or .github/PULL_REQUEST_TEMPLATE.md in the repo. If one exists, use it as the structure for the PR description.gh pr create --web with --title and --body to open the browser with the PR pre-filled, letting the user edit before submitting. Do not use --edit (opens a terminal editor, unreliable).
## What, ## Why, ## Tested. Keep each section concise; reviewers read the diff for details.~/.claude/skills/gh-create-pr/pr-footer.md. If it exists, append its content to the PR body, separated by ---. Replace {{model}} with the model name powering this session (e.g. "Claude Opus 4.6").Rules: