원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
| 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>"
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.