بنقرة واحدة
pr-draft
Push dev branch and create a draft GitHub PR to master (auto-generates title/body from commits)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Push dev branch and create a draft GitHub PR to master (auto-generates title/body from commits)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Release a new version: bump version, generate changelog, tag, and push
Show current branch, working tree status, and any open PR
Create a GitHub issue on the rigbook repo from a description or current conversation context
Push a tagged release to rigbook-build-test repo and let the workflow build it
Checkout the master branch and pull latest changes
Run tests, squash-merge the open PR, pull master, and reset dev branch
| name | pr-draft |
| description | Push dev branch and create a draft GitHub PR to master (auto-generates title/body from commits) |
| disable-model-invocation | true |
| allowed-tools | Bash(git *, gh *) |
!git branch --show-current
!git status --short
!git log master..HEAD --oneline 2>/dev/null
dev branch. If not, abort with an error.git push -u origin devgh pr list --head dev --base master --state open --json number,title,url
git log master..dev --oneline.gh pr create --draft --base master --head dev --title "THE TITLE" --body "THE BODY"