一键导入
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>"