ワンクリックで
pr
Prepare and publish a pull request with a concise summary based on the diff and linked issues.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Prepare and publish a pull request with a concise summary based on the diff and linked issues.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | pr |
| description | Prepare and publish a pull request with a concise summary based on the diff and linked issues. |
| metadata | {"short-description":"Create or update a PR"} |
Prepare and publish a pull request with a clear summary that matches the diff and any linked issues.
origin/main.Ensure you are not on main. If you are, create a dedicated branch.
If there are pending changes, use the commit skill to stage and commit.
Fetch and review the PR diff:
git fetch origin main
git diff origin/main...
Summarize the content and intent of the diff in a few sentences.
If $ARGUMENTS are provided:
Close $ARGUMENTS to the PR summary.Use gh to create or update the PR description and title.
After creating the PR, wait a few minutes for an automated Claude review.