From auto-mobile
Validates local changes, commits, pushes current branch, creates or updates GitHub PR, and optionally enables automerge. Use when ready to publish one branch.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileThis skill uses the workspace's default tool permissions.
Use this when local work is ready to publish.
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 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'.
Creates new git branch if on main, commits and pushes changes, adapts PR template to git diffs, and opens GitHub pull request with conventional commit title.
Share bugs, ideas, or general feedback.
Use this when local work is ready to publish.
push-pr for one branch or one PR.push-my-prs only when the user wants a batch loop across many PRs.git status --short, git diff --stat, and recent commit style before drafting a commit.gh pr create and a body file such as scratch/pr-body.md.gh pr edit.github-cli, gh-pr-workflow, and validate conventions.