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.
npx claudepluginhub oxidian/cc-plugins --plugin oxghThis 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 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'.
Share bugs, ideas, or general feedback.
git statusgit diff HEADgit branch --show-currentBased on the above changes:
gh pr creategh pr merge --auto (no other flags)