github
스타12
포크0
업데이트2026년 7월 24일 10:47
Work with GitHub pull requests, issues, Actions runs, and API data through the gh CLI.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Work with GitHub pull requests, issues, Actions runs, and API data through the gh CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Design valid CashCode Skills with concise instructions and progressively loaded scripts, references, templates, and assets.
Generate a complete local HTML chart. Use for trends, comparisons, distributions, relationships, flows, or dashboards.
Get current weather and forecasts. Use for temperature, rain, wind, humidity, or forecast questions for a place.
| name | github |
| description | Work with GitHub pull requests, issues, Actions runs, and API data through the gh CLI. |
| version | 1 |
| tags | ["github","pull-request","issue","actions"] |
| triggers | ["check pull request","github issue","workflow run","CI status"] |
| requires | {"tools":["exec"],"bins":["gh"]} |
gh auth status before an operation that requires authentication.gh pr, gh issue, and gh run for normal workflows.gh api with --json/--jq for structured queries not covered by a subcommand.--repo owner/repo when the working directory does not identify the repository.Examples:
gh pr checks 55 --repo owner/repo
gh run view <run-id> --repo owner/repo --log-failed
gh issue list --repo owner/repo --json number,title