원클릭으로
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.