一键导入
github
GitHub repository workflows and gh CLI usage. Trigger when working with GitHub repos, pull requests, issues, Actions, releases, or the gh command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GitHub repository workflows and gh CLI usage. Trigger when working with GitHub repos, pull requests, issues, Actions, releases, or the gh command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GitLab repository workflows and glab CLI usage. Trigger when working with GitLab repos, merge requests, issues, pipelines, releases, or the glab command.
Go backend project structure skill entry. Use this to locate backend architecture and naming references.
Apply Apple's design language — clarity, hierarchy, materials, motion, and typography — to any product, including websites, web apps, and non-Apple interfaces.
shadcn-vue component docs in-repo: CLI install, Vue usage, Reka API when applicable. Use for shadcn-vue / Reka UI questions in Vue.
Go coding conventions, idiomatic patterns, and CLI commands reference. Follows Effective Go and Go Code Review Comments strictly. Trigger on any Go-related question — code style, error handling, concurrency, project structure, go mod, testing, etc.
Git commit conventions, rebase-first workflow, and commands quick reference. Trigger on any git-related question — commits, branches, rebase, undo, conflicts, etc.
| name | github |
| description | GitHub repository workflows and gh CLI usage. Trigger when working with GitHub repos, pull requests, issues, Actions, releases, or the gh command. |
Use this skill for GitHub repository tasks, especially when the user mentions GitHub, pull requests, issues, Actions, releases, or gh.
Read the relevant reference based on the user's question:
| Reference | Read when |
|---|---|
| gh-context | Before any repository-specific GitHub action. Covers gh availability, auth, repository remote detection, current branch, and working tree checks. |
| gh-pr | Working with GitHub pull requests: list, view, create, checkout, review, comment, close, reopen, merge, diff, or checks. Examples: "close PR 102399", "open a draft PR", "check out pull request 17", "merge this PR". |
| gh-issue | Working with GitHub issues: list, view, create, comment, close, reopen, labels, or assignees. |
| gh-actions | Checking GitHub Actions, workflow runs, jobs, logs, reruns, cancellations, or branch check status. |
| gh-release | Listing, viewing, creating, uploading assets to, or deleting GitHub releases. |
For a direct request such as "close PR 102399":
gh-context to verify gh auth and repository context.gh-pr to choose the PR close command.gh pr view 102399.gh pr close 102399.gh for GitHub API-backed tasks when it is available and authenticated.gh is unavailable, fall back to plain git for repository operations and explain which GitHub-specific action could not be completed.