원클릭으로
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.