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.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobilepush-my-prs/# 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...
/fix-prFixes PR issues by gathering review comments, status checks, CI failures; creates task list and applies code changes to the PR branch.
/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.
/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.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
Share bugs, ideas, or general feedback.
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/.