From auto-mobile
Publishes the current branch by validating changes, committing, pushing, and creating/updating a PR with optional automerge.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:push-prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when local work is ready to publish.
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.npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileCommits 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.
Creates or updates GitHub pull requests for the current branch. Handles push, title/description generation from commits, and CI verification.
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'.