ワンクリックで
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.