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.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobilegithub-cli/# 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`.
/gstRuns gstatus.py to display GitHub PR status including branch/PR info, CI/CD checks, file changes summary, and merge conflicts.
/pickup-githubExecutes GitHub-specific board pickup: fetches issues/labels, detects collisions, updates statuses/labels, creates/links PRs using gh CLI.
/create-pull-requestCreates GitHub pull requests using gh CLI with conventional commit titles, structured markdown descriptions, issue links, labels, and reviewers.
/fix-prFixes PR issues by gathering review comments, status checks, CI failures; creates task list and applies code changes to the PR branch.
/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 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.