用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Tracer-Cloud/opensre --skill github-ci-fix命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | github-ci-fix |
| description | Fix failing GitHub CI / Actions checks via fix_github_pr_ci and push to the existing PR head, or fix a branch's failing CI via a linked repair worktree |
| demo | Find open PRs with failing CI and fix them |
══════════════════════════════════════════════════════════ GITHUB CI FIX SKILL — interactive-shell action agent: ══════════════════════════════════════════════════════════
WHEN TO USE:
main.USE THIS TOOL:
fix_github_pr_ciDO NOT USE THIS SKILL FOR:
github_cli.fix_github_security_alert.investigation_start.HARD RULES:
fix_github_pr_ci(pr_url="<url>")owner/repo#123 or "PR 123 in owner/repo", call:
fix_github_pr_ci(owner="owner", repo="repo", pr_number=123)fix_github_pr_ci(branch="main")
Never pass branch together with a PR selector, and never invent a branch
the user did not name.github_cli or shell_run to run raw gh pr checks, gh run view,
checkout, commit, or push for this workflow. The CI fixer owns PR metadata,
failing-check log inspection, fix execution, branch safety, commit, and push.main, the tool creates a separate linked git
worktree, commits on a fresh opensre/ci-fix-* branch, and pushes that branch.
It never pushes directly to protected branches.response_text, output exactly that text and stop.error_kind is set, reply in one short line from error. Do not say
"next steps", do not add numbered options, do not list example commands, and
do not ask a broad follow-up question.Compact examples: