From oxgl
Creates new git branch if on main, commits changes with short imperative message, pushes to origin, and opens GitLab merge request via glab.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oxgl:open-mrThis 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:
glab mr create. Do not use the --fill option.npx claudepluginhub oxidian/cc-plugins --plugin oxglAutomates 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.
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.
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'.