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 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):先询问资源类型