30 lines
978 B
JSON
30 lines
978 B
JSON
{
|
|
"skill_name": "f2r-check",
|
|
"evals": [
|
|
{
|
|
"id": 1,
|
|
"prompt": "检查 START 模块的 Rust 实现是否与 Fortran 一致",
|
|
"expected_output": "运行 f2r_check.py 检查 START 模块,报告状态、缺少的调用、修复建议",
|
|
"files": []
|
|
},
|
|
{
|
|
"id": 2,
|
|
"prompt": "哪个模块应该优先检查和修复?",
|
|
"expected_output": "运行 next_module.py 推荐下一个需要检查的模块,显示优先级列表",
|
|
"files": []
|
|
},
|
|
{
|
|
"id": 3,
|
|
"prompt": "对比 OPACF0 模块的 Fortran 和 Rust 实现,显示详细差异",
|
|
"expected_output": "运行 f2r_check.py --diff OPACF0 生成详细差异报告",
|
|
"files": []
|
|
},
|
|
{
|
|
"id": 4,
|
|
"prompt": "从 INITIA 模块开始追踪依赖,告诉我应该检查哪些模块",
|
|
"expected_output": "运行 next_module.py --path INITIA 显示 INITIA 依赖链中需要检查的模块",
|
|
"files": []
|
|
}
|
|
]
|
|
}
|