用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bazel-contrib/rules_python --skill monitor-ci-results命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | monitor-ci-results |
| description | Monitor remote CI results for a PR and autonomously launch subagents to analyze CI failures |
When the user requests to monitor remote CI results or watch a pull request, or when monitoring CI after PR updates:
Note:
monitor_remote_ci.pyis a single long-running continuous task. It continuously watches all current and future CI runs for the PR. Do NOT launch duplicate monitoring jobs for the same PR.
pgrep -f "monitor_remote_ci.py <pr_number>". Do
NOT use a generic grep without <pr_number>, as other active agent
conversations may be monitoring different PRs concurrently. If one is
already running for this PR, do not start another instance.<pr_number>, launch the script in the background:./.agents/skills/monitor-ci-results/scripts/monitor_remote_ci.py \
<pr_number> "<your_conversation_id>" &
monitor_remote_ci.py continuously polls both
GitHub PR checks and Buildkite workflow executions in the background across
new commits and CI re-runs.agentapi send-message so the user is alerted to confirm running the job.monitor_remote_ci.py dispatches a high-priority notification
message reporting the failed check back to your conversation.
*rolling* Bazel) are non-blocking warnings; ignore.invoke_subagent tool with the role "CI Failure Analyzer" to run the
analyze-ci-failure skill on the reported failure.invoke_subagent with the
role "CI Job Retrier" and the prompt template in
.agents/skills/monitor-ci-results/retry-job-prompt.md to run the
buildkite-retry-job skill for <pr_number>. Do not execute the script
directly; use the subagent and skill orchestration instead. Continue
monitoring without pausing to ask the user.基于 SOC 职业分类