一键导入
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.