بنقرة واحدة
trial-adapters
Build command-only adapters for `eval` run mode using strict stdin/stdout JSON contracts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build command-only adapters for `eval` run mode using strict stdin/stdout JSON contracts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Use test-driven development for behavior-changing feature or fix work, and whenever the user mentions TDD, test-first, red-green-refactor, tracer bullets, integration tests, or public-interface behavior tests. Skip for docs-only, path-only rename, formatting-only, or purely mechanical chores unless explicitly requested.
Analyze graded `trial_result` JSONL outputs from the eval pipeline, including reliability and custom slicing.
End-to-end eval-suite orchestration with the `eval` command: run -> grade -> compare -> calibrate, using strict JSON contracts and schema discovery.
| name | trial-adapters |
| description | Build command-only adapters for `eval` run mode using strict stdin/stdout JSON contracts. |
| license | ISC |
This skill is for executable adapters used by:
agent-eval-harness eval '{"mode":"run",...}'
grill-me to pin down:
--help/docs discovery first.tdd for adapter executable contract tests.adapter-input JSON object from stdin.adapter-output JSON object to stdout.trajectory (can be []).message.Use schema discovery as source of truth:
agent-eval-harness eval --schema adapter-input
agent-eval-harness eval --schema adapter-output
trajectory