github
Installation
SKILL.md
GitHub 技能
使用 gh CLI 与 GitHub 交互。当不在 git 目录中时,请指定 --repo owner/repo。
Pull Request
检查 PR 的 CI 状态:
gh pr checks 55 --repo owner/repo
列出最近的工作流运行:
gh run list --repo owner/repo --limit 10
查看运行和失败的步骤:
使用 gh CLI 与 GitHub 交互。当不在 git 目录中时,请指定 --repo owner/repo。
检查 PR 的 CI 状态:
gh pr checks 55 --repo owner/repo
列出最近的工作流运行:
gh run list --repo owner/repo --limit 10
查看运行和失败的步骤: