From auto-mobile
Guides usage of gh CLI for common GitHub operations: PRs, issues, CI checks, logs, and repo metadata.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:github-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `gh` for GitHub work in this repo.
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-mobileUses the gh CLI to manage GitHub issues, pull requests, view Actions workflow runs, and query the GitHub API. Helps debug CI failures and inspect PR status.
Guides GitHub CLI (gh) commands for creating/managing PRs, issues, CI runs, releases, auth, and JSON scripting from terminal.
GitHub CLI operations via `gh` for issues, PRs, Actions, releases, and REST/GraphQL API with `--json`/`--jq` parsing.