```bash
Create or update pull requests with template support, draft mode, and stacked PRs. Use it to submit changes for review after committing.
/plugin marketplace add him0/him0-claude-marketplace/plugin install him0-git-ops@him0-claude-marketplace/pull-request
/pull-request --draft # Create a draft PR
/pull-request --stack # Create stacked PR with current branch as base
Use /him0-git-ops:commit --push to commit and push changes.
If the current branch is the default branch, a new branch will be created automatically.
If no Pull Request exists, create one following the .github/pull_request_template.md.
If the template includes Japanese, write the body in Japanese.
If the --draft or -d option is provided, create a draft Pull Request instead.
<Ticket-URL> (optional). If supplied, use it in the PR description (and elsewhere as directed) following the .github/pull_request_template.md guidelines (e.g., reference or auto-close keywords).
If a Pull Request already exists:
git log <default-branch>..HEAD)gh pr editIf --stack option is provided:
<current-branch>-part2, <current-branch>-part3)gh pr create --base <current-branch>This is useful for splitting a large PR into smaller, reviewable pieces.