一键导入
github-ops
GitHub CLI workflow:查看 pull request、issue、Actions run 与远程仓库状态。用户提到 GitHub、PR、issue、Actions、workflow run 或 gh CLI 时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GitHub CLI workflow:查看 pull request、issue、Actions run 与远程仓库状态。用户提到 GitHub、PR、issue、Actions、workflow run 或 gh CLI 时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
读取和编辑 HYX 的 Notion Plan / 计划通;当用户要查看、添加或插入计划通日期事项时使用。
读取与写入普通 Notion page / database。用户要在 Notion workspace 中 search、query、create 或 update 非计划通内容时使用。
L2 structured memory:持久化并读取稳定的用户记忆、偏好与长期上下文。
通过 Tavily 执行 Web search 与 page reading。用户需要在线检索、事实核验或读取公开网页时使用。
将 coding task 委托给 Hypo-Coder。用户请求 code change、feature implementation、bug fix 或 code review,且任务适合异步委托时使用。
查询 Hypo-Info 的今日资讯、topic search、AI benchmark 与 section browse。用户询问 news、trends 或 model leaderboard 时使用。
| name | github-ops |
| description | GitHub CLI workflow:查看 pull request、issue、Actions run 与远程仓库状态。用户提到 GitHub、PR、issue、Actions、workflow run 或 gh CLI 时使用。 |
| compatibility | linux |
| allowed-tools | exec_command |
| metadata | {"hypo.category":"pure","hypo.backend":"exec","hypo.exec_profile":"git","hypo.triggers":"github,GitHub,gh,pr,pull request,issue,issues,actions,workflow run,run status,仓库pr,远程仓库","hypo.risk":"medium","hypo.dependencies":"gh"} |
github-ops 面向 GitHub 远程对象与平台状态,覆盖 pull request、issue、Actions run 与 repository metadata 查询。
git status、diff、commit、push,优先使用 git-workflow。gh CLI 操作,使用 github-ops。gh、GitHub PR、issue、Actions。exec_command 调用 gh CLI,并受扩展后的 exec_profile=git 约束。--json 与 --limit,减少纯文本解析和超长输出。references/command-patterns.md。gh pr list --json ...、gh issue list --json ...、gh run list --json ...。gh 使用默认仓库上下文。gh pr list --limit 10 --json number,title,state,author,updatedAt,urlgh pr view <number> --json number,title,body,state,author,commits,reviewRequests,reviews,urlgh issue list --limit 10 --json number,title,state,author,updatedAt,urlgh issue view <number> --json number,title,body,state,author,assignees,labels,updatedAt,urlgh run list --limit 10 --json databaseId,displayTitle,status,conclusion,workflowName,headBranch,createdAt,urlgh repo view --json name,description,defaultBranchRef,isPrivate,url--json 输出;除非命令不支持,否则不要依赖脆弱的纯文本格式。