diff --git a/skills/research-en/deep/SKILL.md b/skills/research-en/deep/SKILL.md index 239ee1a..287a3ae 100644 --- a/skills/research-en/deep/SKILL.md +++ b/skills/research-en/deep/SKILL.md @@ -51,7 +51,7 @@ Read {fields_path} to get all field definitions ## Validation After completing JSON output, run validation script to ensure complete field coverage: -python ~/.claude/commands/research/validate_json.py -f {fields_path} -j {output_path} +python ~/.claude/skills/research/validate_json.py -f {fields_path} -j {output_path} Task is complete only after validation passes. """ ``` @@ -77,7 +77,7 @@ Read /home/weizhena/AIcoding/aicoding-history/fields.yaml to get all field defin ## Validation After completing JSON output, run validation script to ensure complete field coverage: -python ~/.claude/commands/research/validate_json.py -f /home/weizhena/AIcoding/aicoding-history/fields.yaml -j /home/weizhena/AIcoding/aicoding-history/results/GitHub_Copilot.json +python ~/.claude/skills/research/validate_json.py -f /home/weizhena/AIcoding/aicoding-history/fields.yaml -j /home/weizhena/AIcoding/aicoding-history/results/GitHub_Copilot.json Task is complete only after validation passes. ``` diff --git a/skills/research-zh/deep/SKILL.md b/skills/research-zh/deep/SKILL.md index 15dfb5d..56035fe 100644 --- a/skills/research-zh/deep/SKILL.md +++ b/skills/research-zh/deep/SKILL.md @@ -51,7 +51,7 @@ prompt = f"""## 任务 ## 验证 完成JSON输出后,运行验证脚本确保字段完整覆盖: -python ~/.claude/commands/research/validate_json.py -f {fields_path} -j {output_path} +python ~/.claude/skills/research/validate_json.py -f {fields_path} -j {output_path} 验证通过后才算完成任务。 """ ``` @@ -77,7 +77,7 @@ description: Microsoft/GitHub开发,首个主流AI编程助手,市场份额 ## 验证 完成JSON输出后,运行验证脚本确保字段完整覆盖: -python ~/.claude/commands/research/validate_json.py -f /home/weizhena/AIcoding/aicoding-history/fields.yaml -j /home/weizhena/AIcoding/aicoding-history/results/GitHub_Copilot.json +python ~/.claude/skills/research/validate_json.py -f /home/weizhena/AIcoding/aicoding-history/fields.yaml -j /home/weizhena/AIcoding/aicoding-history/results/GitHub_Copilot.json 验证通过后才算完成任务。 ```