From oxgh
Automates Git workflow: creates new branch if on main, commits changes with short imperative message, pushes to origin, and opens GitHub PR via gh CLI. Use after code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oxgh:open-prThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Current git status: !`git status`
git statusgit diff HEADgit branch --show-currentBased on the above changes:
gh pr createnpx claudepluginhub oxidian/cc-plugins --plugin oxghCommits changes to a new branch if on main, pushes to origin, creates a GitHub pull request with concise message, and enables auto-merge via GitHub CLI.
Commits changes to a new git branch (if on main), pushes to origin, and creates or views GitHub PR with gh CLI. Activates on 'commit and push', 'open PR', 'ship it'.
Creates new git branch if on main, commits and pushes changes, adapts PR template to git diffs, and opens GitHub pull request with conventional commit title.