zr-validate
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesezr-validate
zr-validate
Job
任务
Perform final validation on one review-stage task.
对处于评审阶段的单个任务执行最终验证。
Inputs
输入
- output with
probe nextkind: validate_reviews - routed task ID and PR context
- 带有的
kind: validate_reviews输出probe next - 路由任务ID和PR上下文
Steps
步骤
- Confirm acceptance criteria are satisfied in PR evidence.
- Confirm required reviews/checks have passed.
- Decide complete or return-for-fixes.
- Update task status and publish result.
- 确认PR证据满足验收标准。
- 确认所需的评审/检查已通过。
- 判定任务完成或退回修改。
- 更新任务状态并发布结果。
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.
- 任务状态更新为与判定结果一致。
- 若任务未完成,判定消息需包含贡献者需执行的后续操作。