From oxgl
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.
npx claudepluginhub oxidian/cc-plugins --plugin oxglThis skill is limited to using the following tools:
- Current git status: !`git status`
Creates new git branch if on main, commits changes with short imperative message, pushes to origin, and opens GitLab merge request via glab.
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.
Commits changes with a short imperative git message following strict style rules; creates new branch if on main. Uses git status, diff, log for context.
Share bugs, ideas, or general feedback.
git statusgit diff HEADgit branch --show-currentBased on the above changes:
glab mr create. Do not use --fill option.glab mr merge --when-pipeline-succeeds (no other flags)