github
星标12
分支0
更新时间2026年7月24日 10:47
Work with GitHub pull requests, issues, Actions runs, and API data through the gh CLI.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Work with GitHub pull requests, issues, Actions runs, and API data through the gh CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design valid CashCode Skills with concise instructions and progressively loaded scripts, references, templates, and assets.
Generate a complete local HTML chart. Use for trends, comparisons, distributions, relationships, flows, or dashboards.
Get current weather and forecasts. Use for temperature, rain, wind, humidity, or forecast questions for a place.
| name | github |
| description | Work with GitHub pull requests, issues, Actions runs, and API data through the gh CLI. |
| version | 1 |
| tags | ["github","pull-request","issue","actions"] |
| triggers | ["check pull request","github issue","workflow run","CI status"] |
| requires | {"tools":["exec"],"bins":["gh"]} |
gh auth status before an operation that requires authentication.gh pr, gh issue, and gh run for normal workflows.gh api with --json/--jq for structured queries not covered by a subcommand.--repo owner/repo when the working directory does not identify the repository.Examples:
gh pr checks 55 --repo owner/repo
gh run view <run-id> --repo owner/repo --log-failed
gh issue list --repo owner/repo --json number,title