ワンクリックで
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