From auto-mobile
Validates local changes, commits with repo-appropriate message, pushes current branch, creates or updates PR via GitHub CLI, and optionally enables automerge.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobilepush-pr/# Push PR Use this when local work is ready to publish. - Prefer `push-pr` for one branch or one PR. - Prefer `push-my-prs` only when the user wants a batch loop across many PRs. ## Workflow 1. Inspect `git status --short`, `git diff --stat`, and recent commit style before drafting a commit. 2. Run the relevant validation before pushing. 3. Commit intentionally with a repository-appropriate message. 4. Push the current branch, setting upstream if needed. 5. If no PR exists, create one with `gh pr create` and a body file such as `scratch/pr-body.md`. 6. If a PR already exists, update it ...
/prp-prCreates GitHub PR from current branch with unpushed commits. Discovers templates, analyzes changes/files, pushes branch, fills body. Optional base-branch (default: main).
/push-prCommits changes to a new branch if on main, pushes to origin, fills PR template with git diff details, and opens GitHub pull request.
/commit-push-prCommits current changes (staged/unstaged) to a new branch if on main, pushes to origin, and creates a GitHub pull request via gh.
/SKILLConfigures Git user identity and project commit scopes: verifies name/email, initializes git-agent, validates scopes from .git-agent/config.yml, generates .claude/git.local.md.
/SKILLLaunches isolated code-context researcher agent to fetch repo/library context via DeepWiki, Context7, Exa, git clone, or all methods. Accepts repo URL/name and optional --method flag.
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.