harness:status
SkillDev toolsUse when the user asks about evolution progress, current scores, best version, how many iterations ran, or whether the loop is stagnating.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the harness:status skill
What this skill tells your AI
The instructions your AI receives, as published by raphaelchristi/harness-evolver in skills/status/SKILL.md and read by ahel’s review.
Show current evolution progress.
What To Do
Resolve Tool Path
TOOLS="${EVOLVER_TOOLS:-$([ -d ".evolver/tools" ] && echo ".evolver/tools" || echo "$HOME/.evolver/tools")}"
EVOLVER_PY="${EVOLVER_PY:-$([ -f "$HOME/.evolver/venv/bin/python" ] && echo "$HOME/.evolver/venv/bin/python" || echo "python3")}"
Display Chart
$EVOLVER_PY $TOOLS/evolution_chart.py --config .evolver.json
Additional Analysis
After displaying the chart:
- Detect stagnation: if last 3 scores within 1% of each other, warn and suggest
/harness:evolvewith architect trigger. - Detect regression: if current best is lower than a previous best, warn.
- Print LangSmith experiment URL for the best experiment if available.
Signals
- GitHub stars
- 50
- Forks
- 6
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
harness-status- Source
- github.com/raphaelchristi/harness-evolver