ワンクリックで
open-pr
Commit, push, and open PR creation in the browser with an empty body for the human to fill in.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Commit, push, and open PR creation in the browser with an empty body for the human to fill in.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run a code review sub-agent
Post a DRAFT (pending) GitHub PR review made of separate inline review comments anchored to the diff, each with an AI-assisted disclosure and GitHub deep-link permalinks that render as code snippets. Use when the user asks to "add a draft review comment", "post review findings as separate comments", "leave inline review comments", or wants reviewer findings turned into a pending PR review with deep links to the code.
Create a GitHub issue describing the root problem behind current changes, then open a PR that references it
Convert a Marp markdown deck into a fully editable, on-brand PowerPoint (.pptx) built on a Google Slides template's native layouts, carrying speaker notes across, ready to upload to Google Slides. Use when someone wants a Marp deck "in Google Slides", "in the company template", or "as an editable branded deck" rather than rasterized slide images.
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.
Orchestrate multiple worktree agents. Spawn, monitor, communicate, and merge.
| name | open-pr |
| description | Commit, push, and open PR creation in the browser with an empty body for the human to fill in. |
| disable-model-invocation | true |
| allowed-tools | read bash |
Commit any work, push the branch, and open PR creation in the browser. Do NOT write the PR body; leave it empty for the human to fill in.
main or master).git log <base>...HEAD --format="%s" (used only to
craft a concise title).git status. If there are uncommitted changes you made in this session,
commit them. Only commit files you changed; do not sweep in unrelated edits.feat:, fix:, refactor:),
lowercase, imperative mood.git push -u origin HEAD.fix: handle missing library metadata on proxy nodes), max 72 characters.gh pr create --web --title "<title>"