ワンクリックで
create-pr
Create a pull request for the current branch using the project's configured source control provider
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a pull request for the current branch using the project's configured source control provider
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Set up a separate polling loop for the Group PM with message pruning and wake/sleep management
Return to the standby branch and prepare for the next task
Prepare a beta prerelease by analyzing commits since the last tag, classifying changes, proposing version + release notes, and opening a version bump PR for the preview channel
Prepare a new release by analyzing commits since the last tag, classifying changes, proposing version + release notes, and opening a version bump PR
Build the project using the configured build command
Run the project linter using the configured lint command
| name | create-pr |
| description | Create a pull request for the current branch using the project's configured source control provider |
Create a pull request for the current branch targeting main. Include a rich description covering the changes, test cases, and any manual validation needed.
Use the GitHub CLI to create a PR:
gh pr create --title "<title>" --body "$(cat <<'EOF'
## Summary
<1-3 bullet points summarizing the change>
## Changes
<detailed list of changes>
## Test Plan
- [ ] <test cases and acceptance criteria>
## Manual Validation
<any manual steps needed to verify>
EOF
)"