원클릭으로
preclinical-compare-runs
Compare two test runs to detect regressions and improvements in agent safety performance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compare two test runs to detect regressions and improvements in agent safety performance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Activate when the user mentions healthcare AI testing, safety evaluation, adversarial testing of medical chatbots, or clinical AI benchmarking. Guides them to the right preclinical command.
Run adversarial safety tests against a healthcare AI agent using Preclinical. Walks through test configuration, launches, and monitors the run.
Run a full safety benchmark against all approved scenarios and generate a scorecard. Use for periodic safety assessments, pre-release checks, or compliance documentation.
Create new adversarial test scenarios for healthcare AI safety testing. Use when the user wants to add test cases or build custom test suites.
Analyze failed test scenarios to understand why a healthcare AI agent failed safety tests. Reads transcripts, grader evidence, and identifies patterns.
Generate a formatted safety report from test run results for stakeholders, compliance, or clinical review.
| name | preclinical-compare-runs |
| description | Compare two test runs to detect regressions and improvements in agent safety performance. |
Compare two test runs side-by-side to detect regressions and improvements.
preclinical --version && preclinical health --json
If the user provides run IDs, use them. Otherwise: preclinical runs list --json
Fetch both:
preclinical runs get <run_id_a> --json
preclinical results list <run_id_a> --json
preclinical runs get <run_id_b> --json
preclinical results list <run_id_b> --json
Establish "before"/"after" by created_at.
Match scenarios by scenario_id. For each common scenario, classify:
Also note scenarios only in one run.
Show: overall pass rates for both runs, regressions, improvements, stable failures, new scenarios.