gh-pr-creator
Overview
Create pull requests with gh pr create. The PR body must follow pull request templates under .github/ when present.
Workflow
- •Confirm the current repository owner is under
uta8a/. - •Detect and read the PR template under
.github/. - •Draft a Japanese PR title and body that reflect the actual changes.
- •Run
gh pr createwith explicit title/body and base/head branches when needed. - •Return the created PR number and URL.
Safety Rules
- •Do not create PRs for repositories outside
uta8a/. - •Always write PR title and body in Japanese.
- •If a template exists, fill all required sections.
Output Contract
Return:
- •Execution summary (template used, branch choices)
- •Created PR number and URL
- •One follow-up check only if required