verify-task
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseVerify Task
验证任务
Run a task's verification checks and evaluate the results.
运行任务的验证检查并评估结果。
Instructions
说明
The user's query is in (a task ID like ).
$ARGUMENTS077- Run verification: Execute
taskmd verify $ARGUMENTS --format json - Interpret results:
- For steps: report pass/fail based on the JSON output (status field)
bash - For steps: read each
assertassertion and evaluate whether the current codebase satisfies it by inspecting relevant filescheck
- For
- Report overall verdict:
- If all bash checks passed and all assert checks are satisfied: report success
- Otherwise: list the failures and what needs to be fixed
用户的查询内容在中(类似这样的任务ID)。
$ARGUMENTS077- 运行验证:执行
taskmd verify $ARGUMENTS --format json - 解读结果:
- 对于步骤:根据JSON输出(status字段)报告通过/不通过
bash - 对于步骤:读取每个
assert断言,通过检查相关文件评估当前代码库是否满足该断言check
- 对于
- 报告整体结论:
- 如果所有bash检查通过且所有assert检查都满足:报告成功
- 否则:列出失败项以及需要修复的内容