verify-task

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Verify Task

验证任务

Run a task's verification checks and evaluate the results.
运行任务的验证检查并评估结果。

Instructions

说明

The user's query is in
$ARGUMENTS
(a task ID like
077
).
  1. Run verification: Execute
    taskmd verify $ARGUMENTS --format json
  2. Interpret results:
    • For
      bash
      steps: report pass/fail based on the JSON output (status field)
    • For
      assert
      steps: read each
      check
      assertion and evaluate whether the current codebase satisfies it by inspecting relevant files
  3. 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
用户的查询内容在
$ARGUMENTS
中(类似
077
这样的任务ID)。
  1. 运行验证:执行
    taskmd verify $ARGUMENTS --format json
  2. 解读结果
    • 对于
      bash
      步骤:根据JSON输出(status字段)报告通过/不通过
    • 对于
      assert
      步骤:读取每个
      check
      断言,通过检查相关文件评估当前代码库是否满足该断言
  3. 报告整体结论
    • 如果所有bash检查通过且所有assert检查都满足:报告成功
    • 否则:列出失败项以及需要修复的内容