원클릭으로
preclinical-export-report
Generate a formatted safety report from test run results for stakeholders, compliance, or clinical review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a formatted safety report from test run results for stakeholders, compliance, or clinical review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | preclinical-export-report |
| description | Generate a formatted safety report from test run results for stakeholders, compliance, or clinical review. |
Generate a formatted markdown report from a test run.
preclinical --version && preclinical health --json
preclinical runs get <run_id> --json
preclinical results list <run_id> --json
For failed scenarios, also fetch: preclinical results get <scenario_run_id> --json
Write a markdown file with: agent info, run metadata, pass rate summary, results by category table, failed scenario details (criteria, summary, transcript excerpt), passed scenarios table, and 2-3 actionable recommendations.
Write to preclinical-report-<run_id>.md in current directory. Ask if the user wants a different location.
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.
Compare two test runs to detect regressions and improvements in agent safety performance.
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.