帮助用户用 GitHub CLI 管理议题、PR、CI 日志、评论、发布与接口查询。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "github" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/oc-path/src/oc-path/tests/fixtures/real/SKILL.md 2. 保存为 ~/.claude/skills/real/SKILL.md 3. 装好后重载技能,告诉我可以用了
请用 GitHub CLI 查看仓库当前打开的 PR 列表,并总结每个 PR 的作者、审批状态和 CI 检查结果。
输出 PR 清单,并附带审批进度与 CI 通过/失败情况摘要。
请用 gh 找出最近一次失败的 GitHub Actions 工作流,提取关键报错日志,并给出可能原因和修复建议。
返回失败工作流信息、核心报错片段,以及可执行的修复建议。
请使用 GitHub CLI 获取最近三个版本发布记录,整理每个版本的发布时间、主要变更和相关链接。
生成最近版本的简明发布摘要,便于团队同步与对外说明。
Use this skill when the user asks anything about GitHub: issues, pull
requests, CI runs, releases, comments, code review, or organizational
metadata. Prefer the gh CLI over web URLs — gh handles auth,
pagination, and structured output natively.
gh pr view 123 # view PR details
gh pr checks 123 # CI status
gh issue list --state open # list open issues
gh run list -L 5 # last 5 workflow runs
gh release create v1.2.3 # cut a release
通过 Obsidian CLI 读写检索知识库笔记、任务、链接与插件配置
帮助用户检测并安装 GitHub CLI,快速完成命令行开发环境准备。