一键导入
collab-evals
Run collab/multi-agent eval scenarios (symbolic RLM, large-context, pause/resume, multi-hour checkpoints) and capture manifest-backed evidence.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run collab/multi-agent eval scenarios (symbolic RLM, large-context, pause/resume, multi-hour checkpoints) and capture manifest-backed evidence.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | collab-evals |
| description | Run collab/multi-agent eval scenarios (symbolic RLM, large-context, pause/resume, multi-hour checkpoints) and capture manifest-backed evidence. |
Use this skill to run repeatable collab evaluation scenarios and record evidence. Keep scope to evals; do not implement unrelated fixes.
codex features list and verify multi_agent is enabled.collab naming remains in legacy keys like RLM_SYMBOLIC_COLLAB and manifest.collab_tool_calls.default/explorer/worker/awaiter) before custom overlays.export MCP_RUNNER_TASK_ID=<task-id>codex-orchestrator start <pipeline> --format json and record the manifest path..runs/<task-id>/cli/<run-id>/manifest.json..runs/<task-id>/cli/<run-id>/runner.ndjson.docs/findings/<date>-<topic>.md.docs/TASKS.md and task spec.CODEX_ORCHESTRATOR_COLLAB_MAX_EVENTS when needed.codex-orchestrator resume with manifest evidence.model_reasoning_effort >= high; avoid role sprawl in eval lanes.collab-subagents-first: for production stream ownership patterns mirrored in eval scenarios.delegation-usage: for delegation MCP setup and lifecycle semantics.long-poll-wait: for multi-hour/multi-day eval monitoring with durable checkpoints.Primary entrypoint for Codex Orchestrator usage: route tasks to the right pipeline, mode, and supporting skills with minimal, auditable steps.
Manage non-trivial tasks via focused collab subagents to save context and improve throughput. Use when work spans multiple files/components, can be split into independent streams, needs separate validation/review, or risks context bloat. Favor direct execution for trivial one-shot tasks.
Ship a signed tag + GitHub Release + npm publish for @kbediako/codex-orchestrator with low-friction, agent-first steps (PR -> watch-merge -> tag -> watch publish -> downstream smoke).
Use when operating the Codex delegation MCP server and tools (delegate.spawn, delegate.question.*, delegate.cancel, github.merge confirmation flow), or when configuring delegation mode/tool_profile with delegation MCP enabled by default.
Use for required periodic cross-check reviews during implementation and before handoff using `codex review`.
Control and inspect Chrome via the Chrome DevTools MCP server (navigate, interact, screenshots, console, network, perf).