Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill githubコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | github |
| description | github workflow. |
| 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):先询问资源类型