원클릭으로
fleet-manager
Use when managing, triaging, restarting, escalating, or summarizing CodeWhale Agent Fleet runs and workers.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when managing, triaging, restarting, escalating, or summarizing CodeWhale Agent Fleet runs and workers.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run cargo check on the current Rust project to find compile errors
Use before claiming CodeWhale release work is done: run the full gate sweep and list the manual QA targets.
Use to assign GitHub issues to a milestone and/or owners in bulk, verifying each.
Close resolved CodeWhale issues only after verifying the landed commit/behavior, with a positive crediting comment; never from title alone.
Triage N GitHub issues into a coverage matrix: fetch each, check current code, classify already-done/quick-fix/design/defer with cited evidence.
Harvest one community PR into a release branch with authorship and credit preserved, verified green, and a warm thank-you.
| name | fleet-manager |
| description | Use when managing, triaging, restarting, escalating, or summarizing CodeWhale Agent Fleet runs and workers. |
| metadata | {"short-description":"Triage CodeWhale Agent Fleet runs"} |
Use this skill when acting as a manager agent for CodeWhale Agent Fleet runs. Your job is to classify worker state, choose the narrowest safe typed action, and leave a ledgered receipt or a safe escalation draft.
codewhale fleet status,
inspect, logs, artifacts, interrupt, restart, stop, and the
Runtime API fleet endpoints..codewhale/fleet.jsonl, host logs, or remote files directly
unless the typed command or API is missing required evidence.codewhale fleet status.codewhale fleet inspect <worker-id> or the matching
Runtime API worker endpoint.codewhale fleet logs <worker-id> and
codewhale fleet artifacts <worker-id>. Summarize artifact refs, not full
payloads.transient failure: transport error, timeout, stale heartbeat, host
unavailable, or retryable provider/network failure.task failure: worker completed the task but the result is wrong,
missing required artifacts, or reports a domain error.verifier failure: scorer/verifier failed or disagrees with the worker
result.needs-human: missing authority, unsafe secret boundary, destructive
action, repeated restart exhaustion, ambiguous product decision, or
conflict between artifacts and verifier.codewhale fleet restart <worker-id>.Restart only when all of these are true:
Escalate when any of these are true:
Use this shape for Slack/PagerDuty drafts. Keep logs to three short lines or an artifact ref.
CodeWhale fleet needs attention
Run: <run-id>
Worker: <worker-id>
Task: <task-id or unknown>
Classification: <transient failure | task failure | verifier failure | needs-human>
Reason: <one sentence, no secrets>
Latest typed evidence: codewhale fleet inspect <worker-id>; codewhale fleet artifacts <worker-id>
Safe log excerpt: <3 lines max or "see artifact <ref>">
Requested decision: <restart approval | verifier review | task owner review | permission decision>
End every fleet-manager response with a compact receipt:
Fleet receipt
Run: <run-id>
Workers checked: <count/list>
Classification: <state>
Action: <restart/interrupt/stop/escalation draft/no-op>
Ledger expectation: <typed action should be recorded | draft only, no send>
Artifacts reviewed: <refs>
Follow-up owner: <manager | task owner | human>