Translational Gap Analyzer
ID: 209
When to Use
- - Use this skill when the task needs Assess translational gaps between preclinical models and human diseases.
- Use this skill for evidence insight tasks that require explicit assumptions, bounded scope, and a reproducible output format.
- Use this skill when you need a documented fallback path for missing inputs, execution errors, or partial evidence.
Key Features
- - Scope-focused workflow aligned to: Assess translational gaps between preclinical models and human diseases.
- Packaged executable path(s):
scripts/main.py. - Reference material available in
references/ for task-specific guidance. - Structured execution path designed to keep outputs consistent and reviewable.
Dependencies
- - Python 3.8+
- Built-in libraries: argparse, json, sys
Example Usage
See ## Usage above for related details.
CODEBLOCK0
Example run plan:
- 1. Confirm the user input, output path, and any required config values.
- Edit the in-file
CONFIG block or documented parameters if the script uses fixed settings. - Run
python scripts/main.py with the validated inputs. - Review the generated output and return the final artifact with any assumptions called out.
Implementation Details
See ## Workflow above for related details.
- - Execution model: validate the request, choose the packaged workflow, and produce a bounded deliverable.
- Input controls: confirm the source files, scope limits, output format, and acceptance criteria before running any script.
- Primary implementation surface:
scripts/main.py. - Reference guidance:
references/ contains supporting rules, prompts, or checklists. - Parameters to clarify first: input path, output path, scope filters, thresholds, and any domain-specific constraints.
- Output discipline: keep results reproducible, identify assumptions explicitly, and avoid undocumented side effects.
Quick Check
Use this command to verify that the packaged script entry point can be parsed before deeper execution.
CODEBLOCK1
Audit-Ready Commands
Use these concrete commands for validation. They are intentionally self-contained and avoid placeholder paths.
CODEBLOCK2
Workflow
- 1. Confirm the user objective, required inputs, and non-negotiable constraints before doing detailed work.
- Validate that the request matches the documented scope and stop early if the task would require unsupported assumptions.
- Use the packaged script path or the documented reasoning path with only the inputs that are actually available.
- Return a structured result that separates assumptions, deliverables, risks, and unresolved items.
- If execution fails or inputs are incomplete, switch to the fallback path and state exactly what blocked full completion.
Description
Assesses the "translational gap" between basic research models (such as mice, zebrafish, cell lines) and human diseases, providing early warning of clinical translation failure risks. This system helps researchers identify potential translational barriers in preclinical research and improve clinical trial success rates through multi-dimensional analysis.
Capabilities
- - Evaluates anatomical/physiological differences between models and humans
- Analyzes pathological similarity of disease models
- Identifies interspecies differences in molecular pathways
- Evaluates pharmacokinetic differences
- Provides early warning of clinical trial failure risk factors
- Provides improvement recommendations to increase translation success rates
Usage
CODEBLOCK3
Arguments
| Argument | Description | Required |
|---|
| INLINECODE8 | Model type (mouse, rat, zebrafish, cell_line, organoid, primate) | Yes (unless --models) |
| INLINECODE9 |
Multi-model comparison mode, comma-separated | No |
|
--disease | Disease name or MeSH ID | Yes |
|
--focus | Focus areas, comma-separated (anatomy, physiology, metabolism, immune, genetics, behavior) | No |
|
--full | Generate full assessment report | No |
|
--quick | Quick risk assessment mode | No |
|
--compare | Multi-model comparison mode | No |
|
--output | Output file path | No |
|
--format | Output format (json, markdown, table) | No |
Example Output
CODEBLOCK4
Model Types
Common Models
| Model | Applicable Scenarios | Typical Gaps |
|---|
| mouse | Genetic manipulation, basic research | Immune, metabolism, brain structure |
| rat |
Behavioral studies, cardiovascular | Cognition, drug metabolism |
| zebrafish | Development, high-throughput screening | Anatomy, physiology |
| cell_line | Molecular mechanisms | Microenvironment, systemic |
| organoid | Human-specific research | Maturity, vascularization |
| primate | Preclinical validation | Cost, ethics |
Gap Scoring System
- - 0-3: Low gap, good translation prospects
- 4-6: Moderate gap, requires additional validation
- 7-8: High gap, significant translation risks exist
- 9-10: Extremely high gap, low translation likelihood
Files
- -
SKILL.md - This file - INLINECODE18 - Main analysis script
Risk Assessment
| Risk Indicator | Assessment | Level |
|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access |
No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
Security Checklist
- - [ ] No hardcoded credentials or API keys
- [ ] No unauthorized file system access (../)
- [ ] Output does not expose sensitive information
- [ ] Prompt injection protections in place
- [ ] Input file paths validated (no ../ traversal)
- [ ] Output directory restricted to workspace
- [ ] Script execution in sandboxed environment
- [ ] Error messages sanitized (no stack traces exposed)
- [ ] Dependencies audited
Prerequisites
CODEBLOCK5
Evaluation Criteria
Success Metrics
- - [ ] Successfully executes main functionality
- [ ] Output meets quality standards
- [ ] Handles edge cases gracefully
- [ ] Performance is acceptable
Test Cases
- 1. Basic Functionality: Standard input → Expected output
- Edge Case: Invalid input → Graceful error handling
- Performance: Large dataset → Acceptable processing time
Lifecycle Status
- - Current Stage: Draft
- Next Review Date: 2026-03-06
- Known Issues: None
- Planned Improvements:
- Performance optimization
- Additional feature support
Output Requirements
Every final response should make these items explicit when they are relevant:
- - Objective or requested deliverable
- Inputs used and assumptions introduced
- Workflow or decision path
- Core result, recommendation, or artifact
- Constraints, risks, caveats, or validation needs
- Unresolved items and next-step checks
Error Handling
- - If required inputs are missing, state exactly which fields are missing and request only the minimum additional information.
- If the task goes outside the documented scope, stop instead of guessing or silently widening the assignment.
- If
scripts/main.py fails, report the failure point, summarize what still can be completed safely, and provide a manual fallback. - Do not fabricate files, citations, data, search results, or execution outcomes.
Input Validation
This skill accepts requests that match the documented purpose of translational-gap-analyzer and include enough context to complete the workflow safely.
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:
INLINECODE21 only handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
References
Response Template
Use the following fixed structure for non-trivial requests:
- 1. Objective
- Inputs Received
- Assumptions
- Workflow
- Deliverable
- Risks and Limits
- Next Checks
If the request is simple, you may compress the structure, but still keep assumptions and limits explicit when they affect correctness.
转化差距分析器
ID: 209
使用时机
- - 当任务需要评估临床前模型与人类疾病之间的转化差距时使用此技能。
- 用于需要明确假设、限定范围以及可重复输出格式的证据洞察任务。
- 当需要针对缺失输入、执行错误或部分证据提供有文档记录的备用路径时使用此技能。
主要特性
- - 聚焦范围的工作流程,对齐目标:评估临床前模型与人类疾病之间的转化差距。
- 打包的可执行路径:scripts/main.py。
- 参考资料位于 references/ 目录,提供任务特定指导。
- 结构化执行路径,确保输出一致且可审查。
依赖项
- - Python 3.8+
- 内置库:argparse, json, sys
使用示例
相关详情请参见上方的 ## 使用方法。
bash
cd 20260318/scientific-skills/Evidence Insight/translational-gap-analyzer
python -m py_compile scripts/main.py
python scripts/main.py --help
示例运行计划:
- 1. 确认用户输入、输出路径以及任何必需的配置值。
- 如果脚本使用固定设置,编辑文件内的 CONFIG 块或文档化参数。
- 使用验证后的输入运行 python scripts/main.py。
- 审查生成的输出,并返回最终产物,同时注明所有假设。
实现细节
相关详情请参见上方的 ## 工作流程。
- - 执行模型:验证请求,选择打包的工作流程,并生成限定范围的可交付成果。
- 输入控制:在运行任何脚本之前,确认源文件、范围限制、输出格式和验收标准。
- 主要实现面:scripts/main.py。
- 参考指南:references/ 目录包含支持性规则、提示或检查清单。
- 需优先明确的参数:输入路径、输出路径、范围过滤器、阈值以及任何领域特定约束。
- 输出规范:保持结果可重复,明确标识假设,避免未文档化的副作用。
快速检查
在深入执行之前,使用此命令验证打包脚本入口点是否可解析。
bash
python -m py_compile scripts/main.py
审计就绪命令
使用这些具体命令进行验证。它们特意设计为自包含,避免使用占位符路径。
bash
python -m py_compile scripts/main.py
python scripts/main.py --help
工作流程
- 1. 在进行详细工作之前,确认用户目标、必需输入和不可协商的约束条件。
- 验证请求是否与文档化范围匹配,如果任务需要不支持的假设则提前停止。
- 仅使用实际可用的输入,使用打包脚本路径或文档化的推理路径。
- 返回结构化结果,将假设、可交付成果、风险和未解决事项分开。
- 如果执行失败或输入不完整,切换到备用路径,并明确说明阻止完整完成的具体原因。
描述
评估基础研究模型(如小鼠、斑马鱼、细胞系)与人类疾病之间的转化差距,提供临床转化失败风险的早期预警。该系统帮助研究人员识别临床前研究中的潜在转化障碍,并通过多维度分析提高临床试验成功率。
能力
- - 评估模型与人类之间的解剖/生理差异
- 分析疾病模型的病理相似性
- 识别分子通路中的物种间差异
- 评估药代动力学差异
- 提供临床试验失败风险因素的早期预警
- 提供提高转化成功率的改进建议
使用方法
text
完整评估报告
python scripts/main.py --model <模型类型> --disease <疾病名称> --full
快速风险评估
python scripts/main.py --model <模型类型> --disease <疾病名称> --quick
比较多个模型
python scripts/main.py --models mouse,rat,primate --disease <疾病名称> --compare
指定关注领域
python scripts/main.py --model mouse --disease 阿尔茨海默病 --focus metabolism,immune
参数
| 参数 | 描述 | 必需 |
|---|
| --model | 模型类型(mouse, rat, zebrafish, cell_line, organoid, primate) | 是(除非使用 --models) |
| --models |
多模型比较模式,逗号分隔 | 否 |
| --disease | 疾病名称或 MeSH ID | 是 |
| --focus | 关注领域,逗号分隔(anatomy, physiology, metabolism, immune, genetics, behavior) | 否 |
| --full | 生成完整评估报告 | 否 |
| --quick | 快速风险评估模式 | 否 |
| --compare | 多模型比较模式 | 否 |
| --output | 输出文件路径 | 否 |
| --format | 输出格式(json, markdown, table) | 否 |
示例输出
json
{
model: mouse,
disease: 阿尔茨海默病,
overallgapscore: 6.8,
risk_level: 高,
dimensions: {
genetics: {score: 8.5, concerns: [APOE4差异, 不同的tau病理模式]},
physiology: {score: 7.0, concerns: [脑结构差异, 寿命差异]},
metabolism: {score: 6.5, concerns: [显著的药物代谢差异]},
immune: {score: 5.5, concerns: [小胶质细胞功能差异, 不同的神经炎症模式]},
behavior: {score: 6.0, concerns: [认知评估方法的局限性]}
},
clinicalfailurepredictors: [
免疫相关机制研究可能无法转化,
药物清除率差异可能导致剂量不当
],
recommendations: [
考虑使用人源化小鼠模型,
增加非人灵长类验证实验,
关注外周免疫与中枢免疫的相互作用
]
}
模型类型
常见模型
| 模型 | 适用场景 | 典型差距 |
|---|
| mouse | 基因操作、基础研究 | 免疫、代谢、脑结构 |
| rat |
行为研究、心血管 | 认知、药物代谢 |
| zebrafish | 发育、高通量筛选 | 解剖、生理 |
| cell_line | 分子机制 | 微环境、系统性 |
| organoid | 人类特异性研究 | 成熟度、血管化 |
| primate | 临床前验证 | 成本、伦理 |
差距评分系统
- - 0-3:低差距,转化前景良好
- 4-6:中等差距,需要额外验证
- 7-8:高差距,存在显著转化风险
- 9-10:极高差距,转化可能性低
文件
- - SKILL.md - 本文件
- scripts/main.py - 主要分析脚本
风险评估
| 风险指标 | 评估 | 级别 |
|---|
| 代码执行 | Python/R脚本本地执行 | 中 |
| 网络访问 |
无外部API调用 | 低 |
| 文件系统访问 | 读取输入文件,写入输出文件 | 中 |
| 指令篡改 | 标准提示指南 | 低 |
| 数据暴露 | 输出文件保存到工作空间 | 低 |
安全检查清单
- - [ ] 无硬编码凭据或API密钥
- [ ] 无未经授权的文件系统访问(../)
- [ ] 输出不暴露敏感信息
- [ ] 已实施提示注入防护
- [ ] 输入文件路径已验证(无../遍历)
- [ ] 输出目录限制在工作空间内
- [ ] 脚本在沙盒环境中执行
- [ ] 错误消息已清理(不暴露堆栈跟踪)
- [ ] 依赖项已审计
先决条件
text
Python依赖项
pip install -r requirements.txt
评估标准
成功指标
- - [ ] 成功执行主要功能
- [ ] 输出符合质量标准
- [ ] 优雅处理边缘情况
- [ ] 性能可接受
测试用例
- 1. 基本功能:标准输入 → 预期输出
- 边缘情况:无效输入 → 优雅错误处理
- 性能:大数据集 → 可接受的处理时间
生命周期状态
- - 当前阶段:草稿
- 下次审查日期:2026-03-06
- 已知问题:无
- 计划改进:
- 性能优化
- 额外功能支持
输出要求
每个最终响应应在相关时明确以下项目:
- - 目标或请求的可交付成果
- 使用的输入和引入的假设
- 工作流程或决策路径
- 核心结果、建议或产物
- 约束、风险、注意事项或验证需求
- 未解决事项和下一步