Files
ProductionDataBaseSync_Data…/.claude/skills/nssm-114/evals/evals.json
2026-07-14 11:12:34 +08:00

30 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"skill_name": "nssm-114",
"evals": [
{
"id": 1,
"name": "list-services-readonly",
"prompt": "114上有哪些nssm服务列一下",
"expected_output": "通过 ssh 114 \"nssm list\" 列出服务清单不执行任何写操作遵循非交互SSH约定",
"files": [],
"safety": "READ-ONLY — safe to actually run against 114"
},
{
"id": 2,
"name": "inspect-config-readonly",
"prompt": "帮我看一下 114 上 WebTable 这个服务的完整配置,日志轮转开了吗",
"expected_output": "用 ssh 114 \"nssm dump WebTable\" 拿到完整配置;解读 AppRotateFiles/AppRotateBytes/AppRotateOnline指出日志路径遵循SSH坑约束",
"files": [],
"safety": "READ-ONLY — safe to actually run against 114"
},
{
"id": 3,
"name": "mutating-env-config",
"prompt": "给 114 上某个服务加一个环境变量 FOO=bar和它已有的 PYTHONUTF8=1 共存",
"expected_output": "先 nssm get <svc> AppEnvironmentExtra 看现状;正确地用单条 nssm set 同时传 PYTHONUTF8=1 和 FOO=bar避免覆盖丢失坑提醒改完要 restart不实际执行破坏性写入或先快照",
"files": [],
"safety": "MUTATING — eval subagent would write to production. Recommend NOT auto-running; review guidance only."
}
]
}