collab-evals

Orchestrate multi-agent evaluation workflows and export manifest.json evidence.

3|1|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/Kbediako/CO --skill collab-evals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collab-evals
Source: https://github.com/Kbediako/CO/tree/main/skills/collab-evals
Command: npx skills add https://github.com/Kbediako/CO --skill collab-evals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collab-evals provide a framework to run repeatable multi-agent evaluation scenarios (symbolic RLM, large-context interactions) and to preserve evidence via manifest-backed outputs, reducing ad-hoc experimentation and enabling audit trails.

Core Features & Use Cases

  • Orchestrates collab-driven evaluations across multi-agent workflows including symbolic RLM and large-context tests.
  • Supports pause/resume, long-running experiments, and checkpointing for resilience.
  • Generates manifest-backed evidence and updates documentation with findings for traceability and reproducibility.

Quick Start

  1. Pick the scenario(s) for evaluation:
  • Large-context symbolic RLM with collab subcalls.
  • Multi-hour refactor with checkpoints.
  • 24h pause/resume context-rot regression.
  • Multi-day initiative (48–72h) with multiple resumes.
  1. Ensure task context:
  • export MCP_RUNNER_TASK_ID=<task-id>
  1. Run the scenario using codex-orchestrator start <pipeline> --format json and record the manifest path.

Frequently Asked Questions about collab-evals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture manifest evidence for multi-agent evaluation workflows?

You can capture manifest evidence for multi-agent evaluation workflows by orchestrating tests that export a manifest.json file and runner.ndjson logs. This approach records run traceability and documents findings for auditability.

Can I pause and resume long-running symbolic RLM evaluations?

Yes, you can pause and resume long-running symbolic RLM evaluations using checkpointing support. This handles multi-hour refactors and context-rot regression scenarios spanning 24 to 72 hours with multiple resumes.

How do I run repeatable large-context interaction tests without ad-hoc scripting?

You can run repeatable large-context interaction tests by orchestrating collab-driven evaluation pipelines. This framework reduces ad-hoc experimentation by standardizing scenario execution and generating manifest-backed outputs.

What environment variables do I need to set before starting an evaluation pipeline?

You need to export MCP_RUNNER_TASK_ID with a valid task identifier before starting an evaluation pipeline. This task context ensures run traceability when you execute the codex-orchestrator start command in JSON format.

Does multi-agent evaluation support traceability for multi-day initiatives?

Yes, multi-agent evaluation supports traceability for multi-day initiatives by generating manifest-backed evidence. It updates documentation with findings and exports manifest.json and runner.ndjson files for long-running experiments.

What is the best way to document findings from large-context symbolic RLM evaluations?

The best way to document findings from large-context symbolic RLM evaluations is using a framework that automatically updates documentation. It exports manifest.json and runner.ndjson files to preserve evidence and ensure reproducibility.