Skip to main content

Documentation Index

Fetch the complete documentation index at: https://smithers.sh/llms.txt

Use this file to discover all available pages before exploring further.

review runs the shared Review component over the prompt and returns structured reviewer feedback, approval status, and issues.
bunx smithers-orchestrator workflow run review --prompt "Review the current repository changes"

Inputs

InputTypeDefault
promptstring"Review the current repository changes."

Output Shape

Reviewers return:
  • approved: whether the change is production-ready.
  • feedback: concise review notes.
  • issues: structured findings with severity, title, optional file, and description.
Use this after manual edits, implement, mission, or kanban.