w04-review-gate

Original🇨🇳 Chinese
Translated

After the task execution is completed, prompt the user to open a new Agent to review the uncommitted git code. Athletes should not act as referees; proceed with the wrap-up only after the review is approved.

6installs
Added on

NPX Install

npx skill4agent add qiao-925/qiao-skills w04-review-gate

SKILL.md Content (Chinese)

View Translation Comparison →

Multi-Agent Review Prompt

When the task execution is completed and code changes are generated, proactively prompt the user to open a new Agent to review the uncommitted code; the wrap-up process shall be initiated by the user only after the review is approved.

⚠️ Core Mandatory Requirements

Trigger Conditions

  • The main deliverables of the task have been completed
  • Code changes have been made (there are uncommitted git modifications)

Required Prompt

Proactive Prompt (statement, not a question):
主要交付已完成。**运动员不当裁判**:请新开 Agent 审查当前 git 未提交的代码,审查通过后再进入收尾流程。

AI Agent Behavior Requirements

Prompt Timing

Before the deliverable summary and before the user initiates the wrap-up process, if there are uncommitted code changes, output the above prompt.

Collaboration with W00 (Automatic + Manual)

  • Before the review, automatically call
    w00-workflow-checkpoint checkpoint
    to record the "pending review" status.
  • After the review conclusion is confirmed, automatically or manually call
    /w00-workflow-checkpoint
    to record the result and next steps.

Prohibited Items

  • ❌ Include this prompt in the w05-task-closure wrap-up process (they are independent: review first, then wrap-up)
  • ❌ Use questions (e.g., "Shall we proceed to wrap-up?") — The wrap-up shall be proactively initiated by the user after the review is approved