Open the interactive HTML eval viewer for a skill's evaluation results.
$ARGUMENTS
If $ARGUMENTS is provided, use it as the skill path. Otherwise, ask the user which skill to review.
Steps
-
Locate the skill directory and its
.skill-eval/workspace. Resolve$ARGUMENTSto an absolute path if provided. -
Find the latest run directory (or ask which run to review).
-
Run generate_review.py:
python3 ${SKILL_ROOT}/../skill-shaper/scripts/generate_review.py <workspace> --skill-name <name> -
Open the HTML viewer in the browser (or use
--static <path>for headless environments). -
Wait for user feedback from the viewer.