Evaluate
Description
# Evaluate - 산출물 평가 특정 실험 케이스의 산출물을 비교 평가합니다. ## Arguments $ARGUMENTS - 케이스 ID (예: case-001) 또는 결과 디렉토리 경로 ## Instructions 1. `experiments/results/$ARGUMENTS/` 에서 baseline과 harness 산출물을 읽으세요. 2. output-evaluator 스킬의 평가 기준에 따라 각 산출물을 평가하세요. 3. evaluation.json 을 생성하여 결과를 저장하세요. 4. 평가 결과를 사용자에게 테이블 형식으로 보여주세요. ### 출력 예시 ``` | 차원 | Baseline | Harness | 차이 | |-----------|----------|---------|------| | 완성도 | 7 | 9 | +2 | | 코드 품질 | 6 | 8 | +2 | | 효율성 | 8
Installation
Installs to ~/.claude/commands/revfactory-claude-code-harness-evaluate.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/revfactory/claude-code-harness/HEAD/.claude/commands/evaluate.md -o ~/.claude/commands/revfactory-claude-code-harness-evaluate.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11