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.
npx claudepluginhub oxidian/cc-plugins --plugin oxglThis skill is limited to using the following tools:
- Current git status: !`git status`
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.
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'.
Share bugs, ideas, or general feedback.
git statusgit diff HEADgit branch --show-currentBased on the above changes:
glab mr create. Do not use the --fill option.