From auto-mobile
Executes GitHub CLI (gh) commands for PRs, issues, CI checks/logs, and repo metadata in this repo. Writes long outputs to scratch/ and summarizes results.
How this command is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:SKILLgithub-cli/The summary Claude sees in its command listing — used to decide when to auto-load this command
# GitHub CLI Usage Use `gh` for GitHub work in this repo. - Prefer `gh pr view`, `gh pr list`, `gh pr create`, and `gh pr edit` for pull requests. - Prefer `gh issue list` and `gh issue view` for issues. - Prefer `gh pr checks` and `gh run view` for CI status and logs. - Use `gh api` or GraphQL only when `gh` subcommands do not expose the data or mutation you need. - When command output is long, write it to `scratch/` and summarize the result. - Treat this as a shared dependency for `check-ci`, `pr-analysis`, `push-pr`, and `push-my-prs`.
Use gh for GitHub work in this repo.
gh pr view, gh pr list, gh pr create, and gh pr edit for pull requests.gh issue list and gh issue view for issues.gh pr checks and gh run view for CI status and logs.gh api or GraphQL only when gh subcommands do not expose the data or mutation you need.scratch/ and summarize the result.check-ci, pr-analysis, push-pr, and push-my-prs.npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobile/gstRuns gstatus.py to display GitHub PR status including branch/PR info, CI/CD checks, file changes summary, and merge conflicts.
/pickup-githubExecutes GitHub workflows for picking up board issues: fetches open issues, detects collisions, updates status labels, creates PRs with issue linkage, and transitions labels to in-review.
/handle-pr-commentsIterates through all PR review comments, fixes issues, responds to threads, and ensures CI passes before marking the PR complete.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.