From auto-mobile
Iterates through multiple open PRs authored by the current user, addressing feedback and CI issues across the set.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:push-my-prsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Iterate through your open PRs in the current repo and keep them moving.
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-mobileBatch resolves issues across all open PRs in the current repo: spawns parallel agents to fix CI failures and review comments, auto-commits and pushes fixes. Caps at 5 PRs by default.
Reviews GitHub PR workflow results and reviewer comments, categorizes feedback, and addresses substantive issues with fixes, optional commit, and push.
Analyzes open pull requests for CI failures, review feedback, and quality issues, then fixes them in batch. Useful for checking PR status, triaging failures, or running scheduled health checks.