重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
github by mitsuhiko/agent-stuff
npx skills add https://github.com/mitsuhiko/agent-stuff --skill github使用 gh CLI 与 GitHub 交互。当不在 git 目录中时,请始终指定 --repo owner/repo,或者直接使用 URL。
检查 PR 的 CI 状态:
gh pr checks 55 --repo owner/repo
列出最近的工作流运行:
gh run list --repo owner/repo --limit 10
查看一次运行并查看哪些步骤失败:
gh run view <run-id> --repo owner/repo
仅查看失败步骤的日志:
gh run view <run-id> --repo owner/repo --log-failed
gh api 命令可用于访问其他子命令无法获取的数据。
获取具有特定字段的 PR:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'
大多数命令支持 --json 选项以获取结构化输出。你可以使用 --jq 进行过滤:
gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'
每周安装量
46
仓库
GitHub 星标数
1.8K
首次出现
2026年1月22日
安全审计
安装于
opencode42
codex42
gemini-cli42
claude-code38
amp36
github-copilot36
Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.
Check CI status on a PR:
gh pr checks 55 --repo owner/repo
List recent workflow runs:
gh run list --repo owner/repo --limit 10
View a run and see which steps failed:
gh run view <run-id> --repo owner/repo
View logs for failed steps only:
gh run view <run-id> --repo owner/repo --log-failed
The gh api command is useful for accessing data not available through other subcommands.
Get PR with specific fields:
gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'
Most commands support --json for structured output. You can use --jq to filter:
gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'
Weekly Installs
46
Repository
GitHub Stars
1.8K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode42
codex42
gemini-cli42
claude-code38
amp36
github-copilot36
Azure 升级评估与自动化工具 - 轻松迁移 Functions 计划、托管层级和 SKU
127,000 周安装