GitHub CLI workflow:查看 pull request、issue、Actions run 与远程仓库状态。用户提到 GitHub、PR、issue、Actions、workflow run 或 gh CLI 时使用。
skillsy install hypoxanthineovo/hypoxanthine-agent@github-opsgithub-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 输出;除非命令不支持,否则不要依赖脆弱的纯文本格式。