evals-context

Maps Roo Code eval subsystems to their root directories in the Trading-bot-CC monorepo.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/cheafi/Trading-bot-CC --skill evals-context-cheafi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evals-context
Source: https://github.com/cheafi/Trading-bot-CC/tree/main/.roo/skills/evals-context
Command: npx skills add https://github.com/cheafi/Trading-bot-CC --skill evals-context-cheafi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates confusion about where the Roo Code evaluation system code lives, so you can quickly make the right edits without digging through unrelated folders.

Core Features & Use Cases

  • Disambiguates “evals” locations across execution infrastructure, management UI, and the public website display page.
  • Guides code navigation by mapping key paths and modules to their purposes (controller, runner, web UI, and public rendering).
  • Supports common eval maintenance tasks such as debugging eval runs, adding exercises/languages, and updating the web interfaces.

Quick Start

Use this skill when you need to change how eval runs are executed or displayed, and ask it to point you to the exact folders for controller, runner, web-evals UI, or the public evals results page in this monorepo.

Frequently Asked Questions about evals-context

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

FAQPage Schema
Where do I find the Roo Code evals components in a monorepo?

To locate the Roo Code evals components in a monorepo, identify the correct root directories for your specific task: packages/evals for execution infrastructure, apps/web-evals for management UI, and apps/web-roo-code/src/app/evals for public display.

How do I debug eval runner containers in a web UI?

To debug eval runner containers, navigate to the packages/evals directory which contains the orchestration and runner execution infrastructure, then map the execution paths to the SSE/UI endpoints located in the apps/web-evals web UI components.

What is the best way to update the public website page that displays eval results?

The best way to update the public eval results page is to modify the display components located in the apps/web-roo-code/src/app/evals directory, ensuring the public rendering accurately reflects the underlying eval execution data.

How do I add new exercises to the eval management UI?

To add new exercises to the eval management UI, edit the controller and web UI components within the apps/web-evals directory, which handles the orchestration interfaces for managing eval runs and exercises.

Can I modify eval execution infrastructure and the public display page in the same location?

No, you cannot modify eval execution infrastructure and the public display page in the same location because they are separated into different root directories: packages/evals for runner execution and apps/web-roo-code for public rendering.