一键导入
orca-ci
Triage failing CI checks, extract actionable failure context, and route to the right fix path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triage failing CI checks, extract actionable failure context, and route to the right fix path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a host-native `/goal` prompt for bounded ORCA plan work, especially when the user wants an agent to keep working through ready ORCA plans, delegate blocker fixes to subagents, record true blockers, and move on without stalling.
Implement planned changes with scoped edits, verification, and respect for existing project patterns.
Create bounded delegation briefs and structured executor returns for ORCA Framework workflows.
Prepare release readiness checks, release notes, rollback guidance, and handoff.
Record time, retries, and optional token, cache, and cost metrics for ORCA Framework workflows without fabricating precision.
Provide lightweight, skill-sensitive coaching without slowing down normal ORCA Framework execution.
| name | orca-ci |
| description | Triage failing CI checks, extract actionable failure context, and route to the right fix path. |
A bounded CI triage workflow focused on actionable failure extraction before implementation begins.
Use when a PR, branch, or release lane is blocked by failing CI.
Do not use when checks are healthy or when the provider cannot be inspected from the current environment and only a link can be given.
GH_PROMPT_DISABLED=1GIT_TERMINAL_PROMPT=0scripts/inspect_pr_checks.py when GitHub Actions is the provider.The triage should help a maintainer fix the problem without manually spelunking the provider UI first.
gh commands that hang on auth or network promptsPairs with orca-delegation, orca-review, and orca-ship.