harness:status

Display evolution progress and scores from the Harness Evolver workflow.

43|5|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/raphaelchristi/harness-evolver --skill harness-status-raphaelchristi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness:status
Source: https://github.com/raphaelchristi/harness-evolver/tree/main/skills/status
Command: npx skills add https://github.com/raphaelchristi/harness-evolver --skill harness-status-raphaelchristi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a single-command way to surface the current progress of an autonomous evolution loop, including iteration scores, the best version, and whether the optimization is stagnating or regressing.

Core Features & Use Cases

  • Visual status chart: Resolve the evolver tools path and invoke evolution_chart.py to render a score timeline and current metrics.
  • Stagnation & regression detection: Apply simple heuristics such as checking whether the last three scores are within 1% or whether the current best is lower than a previous best and surface actionable warnings.
  • Project-aware links and resolution: Resolve EVOLVER_TOOLS and EVOLVER_PY fallbacks and print the LangSmith experiment URL for the best experiment when available.
  • Use Case: Ideal for developers or ML engineers who want a quick health check of an LLM agent optimization run before deciding to continue, reconfigure, or deploy.

Quick Start

Show the current evolution progress chart, the best version, and any stagnation or regression warnings.

Frequently Asked Questions about harness:status

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

FAQPage Schema
How do I monitor LLM agent optimization progress for regressions and stagnation?

To monitor LLM agent optimization, you can visualize iteration history and apply heuristics to check if the last three scores are within 1% or if the current best drops below a previous best. This surfaces actionable warnings for regressions or stagnation.

What is the best way to visualize LLM evolution loop scores and iteration history?

The best way to visualize LLM evolution loop scores is by rendering a score timeline and current metrics. This provides a single-command health check of your optimization run by resolving the evolver tools path and invoking the charting script.

Do I need LangSmith experiment links to check my model optimization loop status?

You do not need LangSmith experiment links to check model optimization loop status, but they are used optionally. When available, the system resolves fallback configurations and prints the LangSmith URL for the best experiment.

Can I detect LLM regression without manually comparing iteration metrics?

You can detect LLM regression automatically without manual metric comparison. The system checks whether the current best version is lower than a previous best and surfaces actionable warnings during the evolution loop health check.

What configurations are required to render an evolution chart for my LLM agent project?

To render an evolution chart, your LLM agent project requires access to the .evolver configuration and the evolution_chart.py tool. The system resolves these paths to display the score timeline and current metrics.