بنقرة واحدة
status
Show current branch, working tree status, and any open PR
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show current branch, working tree status, and any open PR
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | status |
| description | Show current branch, working tree status, and any open PR |
| disable-model-invocation | true |
| allowed-tools | Bash(git *, gh *) |
Run these commands and report the results briefly:
git branch --show-currentgit status --shortgh pr list --author @me --state open --repo EnigmaCurry/rigbook --json number,title,url,headRefName,baseRefNameReport the current branch, any uncommitted changes, and any open PRs. Keep it brief.
Release a new version: bump version, generate changelog, tag, and push
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
Switch to the dev branch, creating or resetting it from master as needed