ワンクリックで
open-pr
Write a PR description using conversation context and open PR creation in browser.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Write a PR description using conversation context and open PR creation in browser.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Reference for the workmux CLI that manages git worktrees and tmux windows as isolated development environments. Use when the user mentions workmux, worktrees, or parallel agent workflows.
Commit, rebase, and merge the current branch.
Rebase the current branch with smart conflict resolution.
Orchestrate multiple worktree agents. Spawn, monitor, communicate, and merge.
Launch one or more tasks in new git worktrees using workmux.
| name | open-pr |
| description | Write a PR description using conversation context and open PR creation in browser. |
| disable-model-invocation | true |
| allowed-tools | Read, Bash, Glob, Grep |
main or master)git diff <base>...HEADgit log <base>...HEAD --format="%s"git status to check for uncommitted changesUse this template:
## Summary
[1-2 sentences: what this PR does and why]
## Changes
- [Key change 1]
- [Key change 2]
- [Key change 3]
## Testing
[How you verified it works]
Guidelines:
Write a short PR title (max 72 characters)
Ensure the branch is pushed:
git push -u origin HEAD
Open PR creation in browser (do NOT create directly):
gh pr create --web --title "<title>" --body "<body>"