ワンクリックで
create-pr
Create PR
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create PR
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Capture notes into your daily journal using the jrnl CLI
Create a Google Task via the IFTTT JSON webhook
Create a git commit using the message format below
Split working tree changes into up to five atomic commits, each with a message generated using the git-commit skill
Use Bun's shell API ($ from "bun") when writing or editing scripts that run shell commands in src/. Use when adding or changing subprocess/shell usage under src/, or when the user asks for shell execution in this project. Prefer Bun Shell over child_process or execSync.
Polish text by refining clarity, coherence, and conciseness
| name | create-pr |
| description | Create PR |
| disable-model-invocation | true |
Use the gh command for ALL GitHub-related tasks including working with issues, pull requests, checks, and releases.
When the user asks you to create a pull request, follow these steps carefully:
git diff [base-branch]...HEAD to understand the full commit history for the current branch (from the time it diverged from the base branch)-u flag if neededgh pr create. Use a temp file for the body to ensure correct format. Avoid file name conflicts when creating multiple PRs concurrently.Important: Return the PR URL when you're done, so the user can see it
Use the PR template @.github\pull_request_template.md if found.