Skip to main content
review is an archived example, not installed by init: copy it from examples/init-pack/ with its dependency closure, or ask create-workflow to build an equivalent. It runs the shared Review component over the prompt and returns structured reviewer feedback, approval status, and issues.
review workflow UI showing per-reviewer approval verdicts and structured issues

The review UI shows each reviewer's verdict and issues by severity, plus the moderator's synthesized approval status.

Inputs

Output Shape

Reviewers return:
  • reviewer: agent id that produced this review (e.g. reviewer-1).
  • approved: whether the change is production-ready.
  • feedback: concise review notes.
  • issues: structured findings with severity, title, optional file, and description.

Use it when

  • You want structured reviewer feedback and an approval verdict on the current repo state.
  • After manual edits, implement, mission, or kanban.

Use something else when

  • You want the fix applied, not just reviewed: use implement or debug.
  • You want a feature-by-feature gap review: use audit.

Resume & retry

review is read-only and returns reviewer findings in the run output. Runs are durable and resume with up --resume.