一键导入
github
Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | github |
| description | Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries. |
| risk | safe |
| source | Dimillian/Skills (MIT) |
| date_added | 2026-03-25 |
Use the gh CLI to interact with GitHub. Always specify --repo owner/repo
when not in a git directory, or use URLs directly.
gh issue, gh pr, gh run, or gh api from the command
line.Check CI status on a PR:
gh pr checks 55 --repo owner/repo
List recent workflow runs:
gh run list --repo owner/repo --limit 10
View a run and see which steps failed:
gh run view <run-id> --repo owner/repo
View logs for failed steps only:
gh run view <run-id> --repo owner/repo --log-failed
Follow this sequence to investigate a failing CI run:
gh pr checks 55 --repo owner/repo
gh run list --repo owner/repo --limit 10
gh run view <run-id> --repo owner/repo
gh run view <run-id> --repo owner/repo --log-failed
The gh api command is useful for accessing data not available through other
subcommands.
Get PR with specific fields:
gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'
Most commands support --json for structured output. You can use --jq to
filter:
gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'
ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger on any commit, git commit, save changes, or commit message task.
Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new branch", or when starting new work on the default branch.
Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.
Use when executing implementation plans with independent tasks in the current session
Coordinate quota-aware parallel subagents for large, multi-file Antigravity tasks.
Build production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility.