From oxgh
Commits 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oxgh:shipitThis 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 creategh pr merge --auto (no other flags)npx claudepluginhub oxidian/cc-plugins --plugin oxghAutomates 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.
Automates Git workflow: creates new branch if on main, commits changes with concise message, pushes, creates GitLab MR, enables auto-merge on pipeline success. Use after code changes.
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'.