From auto-mobile
Iterates through your open PRs in the current repo, addresses feedback and CI issues, and pushes follow-up fixes across the set.
How this command is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:SKILLpush-my-prs/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Push My PRs Iterate through your open PRs in the current repo and keep them moving. - Prefer `push-pr` when the task is about the current branch or a single PR. - Prefer `push-my-prs` only for batch PR maintenance. ## Workflow 1. Get the current GitHub user with `gh api user -q .login`. 2. List open PRs for that author with `gh pr list --author "$GH_USER" --state open`. 3. For each PR, gather CI status, mergeability, review verdicts, unresolved threads, and top-level comments. 4. Check out the PR branch, pull the latest changes, and address actionable feedback. 5. Reproduce CI failure...
Iterate through your open PRs in the current repo and keep them moving.
push-pr when the task is about the current branch or a single PR.push-my-prs only for batch PR maintenance.gh api user -q .login.gh pr list --author "$GH_USER" --state open.github-cli, gh-pr-workflow, check-ci, and validate conventions.--force-with-lease only.scratch/.npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobile/pr-reviewReviews GitHub PR comments by priority, applies fixes via code edits, commits and pushes changes, verifies CI status, and outputs a markdown summary.
/pr-reviewResponds to GitHub PR review comments for specified PR numbers or all open PRs using agents to address issues, push fixes, and generate summaries.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.