원클릭으로
eval-result
Use inside the TDD skill evaluation harness to package coder-agent output into a uniform result bundle for evaluator scoring.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use inside the TDD skill evaluation harness to package coder-agent output into a uniform result bundle for evaluator scoring.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use to set up a prompt-operated TDD benchmark environment before evaluation. Trigger when the user wants to choose a stack, ensure test, branch coverage, line coverage, and mutation-testing tools are available, create the workspace conventions, or write the benchmark problem statement into a prompt file for later coder-agent evaluation.
Use to orchestrate and evaluate a multi-agent TDD skill benchmark. Trigger when the user says start eval, wants junior/mid/senior coder agents on separate model tiers, parallel git worktrees, adversarial evaluation of result bundles, deterministic coverage/mutation scoring, or a consolidated parity report.
Use for language-agnostic coder-agent behavior under strict test-driven development. Trigger when implementing a task with test-first workflow, RED/GREEN/REFACTOR cycles, minimal production changes, and verifiable ordering evidence for later evaluation.
| name | eval-result |
| description | Use inside the TDD skill evaluation harness to package coder-agent output into a uniform result bundle for evaluator scoring. |
Return factual, ordered evidence from a coder worktree so skill-eval can score the run without relying on unsupported self-report.
Return a concise result bundle:
agent_role: junior | mid | senior
model_id: string
workspace: string
task_status: pass | partial | fail
commands:
- phase: RED | GREEN | REFACTOR | VERIFY
command: string
result: pass | fail
summary: string
changed_files:
- path: string
purpose: test | production | config | docs
evidence_notes:
- string
known_gaps:
- string