From ecc
Delegates to eval-harness skill for legacy /eval compatibility, supporting define, check, report, list, and cleanup evaluation intents.
npx claudepluginhub kutae5/claude-code-config# Eval Command (Legacy Shim) Use this only if you still invoke `/eval`. The maintained workflow lives in `skills/eval-harness/SKILL.md`. ## Canonical Surface - Prefer the `eval-harness` skill directly. - Keep this file only as a compatibility entry point. ## Arguments `$ARGUMENTS` ## Delegation Apply the `eval-harness` skill. - Support the same user intents as before: define, check, report, list, and cleanup. - Keep evals capability-first, regression-backed, and evidence-based. - Use the skill as the canonical evaluator instead of maintaining a separate command-specific playbook.
/CLAUDERuns harness evaluations in quick, standard, full, or compare modes by activating corresponding skill playbooks for project assessment.
/run-evalsRuns lightweight skill eval cases from evals/ against code or proposals, marking pass/partial/fail/blocked and producing copyable validation_results block.
/verifyVerifies the current repo by delegating to verification-loop skill: runs build, types, lint, tests, security/log checks, and diff review; reports verdicts and blockers.
/skill-evalTests a skill with parallel with-skill and baseline eval runs across multiple prompts, grades against assertions, and iterates on improvements.
/phase3-meta-evalRuns meta-evaluation Python script on evaluation skills, checking recursive quality, TOC, tests, and docs; produces severity reports, pass rates, and action items.
/evalManages eval-driven development workflow: define feature evals in Markdown, check pass/fail status with logs, generate reports, list all evals.
Share bugs, ideas, or general feedback.
Use this only if you still invoke /eval. The maintained workflow lives in skills/eval-harness/SKILL.md.
eval-harness skill directly.$ARGUMENTS
Apply the eval-harness skill.