一键导入
github
Interact with GitHub repositories, issues, and pull requests using the gh CLI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interact with GitHub repositories, issues, and pull requests using the gh CLI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A simple demo skill that generates greeting messages and ASCII art
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
| name | github |
| description | Interact with GitHub repositories, issues, and pull requests using the gh CLI |
| metadata | {"emoji":"🐙","homepage":"https://cli.github.com","requires":{"bins":["gh"],"env":["GITHUB_TOKEN"]},"primary_env":"GITHUB_TOKEN","install":[{"kind":"brew","id":"gh","label":"GitHub CLI (Homebrew)","bins":["gh"],"os":["darwin","linux"]}]} |
| user-invocable | true |
Use the gh CLI to interact with GitHub. Available commands:
gh repo list - List your repositoriesgh repo view [repo] - View repository detailsgh repo clone [repo] - Clone a repositorygh issue list - List issuesgh issue create - Create a new issuegh issue view [number] - View issue detailsgh pr list - List pull requestsgh pr create - Create a pull requestgh pr view [number] - View PR detailsgh pr checkout [number] - Check out a PR locallygh pr merge [number] - Merge a pull requestgh run list - List workflow runsgh run view [run-id] - View run detailsgh run watch [run-id] - Watch a runAlways check gh --help for more commands and options.