create-pr
スター7
フォーク3
更新日2026年3月20日 17:10
Create a pull request (pr)
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Create a pull request (pr)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | create-pr |
| description | Create a pull request (pr) |
| disable-model-invocation | true |
Create a pull request against main using the template at .github/PULL_REQUEST_TEMPLATE.md.
The template has two required sections: Summary (what changed and why) and How to QA (step-by-step verification instructions), plus a QA checklist. There is also an optional commented-out release checklist for env vars or migrations.
maingh pr view — if one exists, share the URL and stopgit push -u origin HEADgit log main..HEAD --oneline and git diff main..HEAD --statgh label list and apply any relevant onesgh pr create -d --base main --title "..." --body "..." -a "@me" -l "..."