zr-validate

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

zr-validate

zr-validate

Job

任务

Perform final validation on one review-stage task.
对处于评审阶段的单个任务执行最终验证。

Inputs

输入

  • probe next
    output with
    kind: validate_reviews
  • routed task ID and PR context
  • 带有
    kind: validate_reviews
    probe next
    输出
  • 路由任务ID和PR上下文

Steps

步骤

  1. Confirm acceptance criteria are satisfied in PR evidence.
  2. Confirm required reviews/checks have passed.
  3. Decide complete or return-for-fixes.
  4. Update task status and publish result.
  1. 确认PR证据满足验收标准。
  2. 确认所需的评审/检查已通过。
  3. 判定任务完成或退回修改。
  4. 更新任务状态并发布结果。

Commands

命令

bash
probe task get <task-id>
probe task update <task-id> --status completed
probe task update <task-id> --status in_progress
probe message send <channel> "Validation result for <task-id>: <decision>."
bash
probe task get <task-id>
probe task update <task-id> --status completed
probe task update <task-id> --status in_progress
probe message send <channel> "Validation result for <task-id>: <decision>."

Output Contract

输出约定

  • Task state is updated to match decision.
  • Decision message includes required follow-up for contributor if not completed.
  • 任务状态更新为与判定结果一致。
  • 若任务未完成,判定消息需包含贡献者需执行的后续操作。