Github Xiaoshu
/install github-xiaoshu
GitHub Skill
Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.
Pull Requests
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 \x3Crun-id> --repo owner/repo
View logs for failed steps only:
gh run view \x3Crun-id> --repo owner/repo --log-failed
API for Advanced Queries
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'
JSON Output
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)"'
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-xiaoshu - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-xiaoshu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Github Xiaoshu 是什么?
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Github Xiaoshu?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-xiaoshu」即可一键安装,无需额外配置。
Github Xiaoshu 是免费的吗?
是的,Github Xiaoshu 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Github Xiaoshu 支持哪些平台?
Github Xiaoshu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Github Xiaoshu?
由 xiaomaju-888(@xiaomaju-888)开发并维护,当前版本 v1.0.0。