什么是 github-cli?
用于存储库、问题、拉取请求、操作、发布、项目和 API 调用的 GitHub CLI 工作流程。在创建 PR、审查代码、分类问题、触发工作流程、发布版本、管理项目、验证证明或查询 GitHub API 时使用。用于 gh cli、github 自动化、代码审查、发布管理。 来源:oakoss/agent-skills。
用于存储库、问题、拉取请求、操作、发布、项目和 API 调用的 GitHub CLI 工作流程。在创建 PR、审查代码、分类问题、触发工作流程、发布版本、管理项目、验证证明或查询 GitHub API 时使用。用于 gh cli、github 自动化、代码审查、发布管理。
通过命令行快速安装 github-cli AI 技能到你的开发环境
来源:oakoss/agent-skills。
Provides patterns for the gh CLI to interact with GitHub repositories, services, and APIs directly from the terminal. Covers authentication, repository management, issues, pull requests, actions, releases, projects, search, and the REST/GraphQL API. Git workflow patterns (branching, commits, CI/CD) are handled by a separate skill.
| Auth | gh auth status, gh auth login, gh auth token | | Repos | gh repo clone, gh repo create, gh repo fork, gh repo sync | | Browse | gh browse, gh browse --settings, gh browse file.ts:42 | | Issues | gh issue list, gh issue create, gh issue edit, gh issue close | | Pull Requests | gh pr create, gh pr review, gh pr merge, gh pr checkout |
| Actions | gh run list, gh run view, gh workflow run, gh cache list | | Releases | gh release create, gh release list, gh release verify | | Projects | gh project list, gh project create, gh project item-add | | Search | gh search repos, gh search issues, gh search code | | API | gh api repos/{owner}/{repo}, gh api graphql |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/oakoss/agent-skills --skill github-cli用于存储库、问题、拉取请求、操作、发布、项目和 API 调用的 GitHub CLI 工作流程。在创建 PR、审查代码、分类问题、触发工作流程、发布版本、管理项目、验证证明或查询 GitHub API 时使用。用于 gh cli、github 自动化、代码审查、发布管理。 来源:oakoss/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oakoss/agent-skills --skill github-cli 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/oakoss/agent-skills