status

Read .codeevolve/runs to display the latest CodeEvolve run status.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/nmintzer-oswego/claude-code-evolve --skill status-nmintzer-oswego
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/nmintzer-oswego/claude-code-evolve/tree/main/codeevolve/skills/status
Command: npx skills add https://github.com/nmintzer-oswego/claude-code-evolve --skill status-nmintzer-oswego

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show the progress of the most recent CodeEvolve optimization run. This lightweight status utility reads the runs directory and prints key metrics so you can quickly assess progress without triggering a full optimization.

Core Features & Use Cases

  • Display the latest run name and status.
  • Print iteration and best score when available.
  • Access artifacts like optimization_report.md and evolution.log for quick insights.

Quick Start

Run /codeevolve:status to display the most recent optimization run details.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check the progress of an optimization run without triggering a new one?

You can check optimization run progress by reading the .codeevolve/runs directory and parsing checkpoint.json. This lightweight status utility surfaces the latest run name, iteration, and best score without triggering a full optimization.

What metrics are available when monitoring CodeEvolve optimization runs?

Monitoring CodeEvolve optimization runs provides the latest run name, current iteration, and best score. It reads checkpoint.json and extracts quick insights from artifacts like optimization_report.md and evolution.log.

Do I need any dependencies to view my optimization status?

No dependencies are required to view optimization status. The utility independently accesses the local .codeevolve/runs directory to read checkpoint.json and provide a concise progress snapshot.

What's the best way to get a quick snapshot of my latest local optimization run?

The best way to get a quick snapshot is to read the most recent checkpoint.json in the .codeevolve/runs directory. This surfaces the run name, iteration, and best score for local optimization monitoring.

Can I see insights from the evolution log while checking run progress?

Yes, you can see insights from the evolution log while checking run progress. The status utility accesses available reports like optimization_report.md and evolution.log to provide quick insights alongside the core metrics.