用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill github命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | github |
| description | GitHub 集成。识别 GitHub 链接、使用 gh CLI 获取上下文、关联到 commit、执行 GitHub 操作。自动触发。 |
| argument-hint | <url | #issue | PR N> |
使用 gh CLI 识别 GitHub 资源、获取上下文并执行操作。
示例命令中的 <gh_cmd> 默认是 gh;当 gh 出现网络失败时,切换为 proxy-gh。
gh 执行命令。gh 报网络错误(如 timeout、TLS handshake timeout、connection reset、Temporary failure in name resolution),且 command -v proxy-gh 可用,则使用同一参数改为 proxy-gh 重试一次。proxy-gh 不可用或重试后仍失败,输出已尝试命令与错误摘要并停止。github.com/owner/repo/issues/123、/pull/456、/commit/abc123#123、owner/repo#456issue 123、pr 456、pull request 456| 模式 | 类型 | <gh_cmd> 命令 |
|---|---|---|
#123 或 /issues/123 | Issue | <gh_cmd> issue view 123 |
#456 或 /pull/456 | PR | <gh_cmd> pr view 456 |
/commit/abc123 或 abc123 | Commit | git show abc123 或 <gh_cmd> api repos/{owner}/{repo}/commits/abc123 |
/releases/tag/v1.0 | Release | <gh_cmd> release view v1.0 |
/actions/runs/123 | Workflow Run | <gh_cmd> run view 123 |
--json 获取结构化信息并输出摘要#123 且无法推断仓库时,先询问 owner/repoFixes #N / Refs #N / 跳过| 操作 | <gh_cmd> 命令 |
|---|---|
| 创建 PR | <gh_cmd> pr create |
| 添加评论 | <gh_cmd> issue comment N --body "..." |
| 关闭 issue | <gh_cmd> issue close N |
| 合并 PR | <gh_cmd> pr merge N |
| 添加标签 | <gh_cmd> issue edit N --add-label "..." |
| 查看 workflow 日志 | <gh_cmd> run view N --log-failed |
| 重新运行 workflow | <gh_cmd> run rerun N |
gh 未安装:提示安装并停止gh auth login 并停止proxy-gh 重试一次,仍失败则提示用户检查网络或代理配置#123 可能是 issue 或 PR):先询问资源类型