Skip to content
Development
Command

/review

Manage AO code reviews of a worker's PR.

From plugin
agent-orchestrator
9.1k13 skills13 commands
Install
$ npx -y skills add Untrivial-ai/agent-orchestrator --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

What this command does when you run it.

Manage AO code reviews of a worker's PR.

Command definition

review.md

ao review

Manage AO code reviews of a worker's PR.

Syntax

ao review <subcommand> [args] [flags]

Subcommands

---

ao review submit

Record a reviewer's result for a worker's PR.

**Syntax:**

ao review submit [worker-session-id] [flags]

**Flags:**

| Flag | Meaning | Default / Required | |---|---|---| | `--body string` | Review body: a path to a Markdown file, or `-` to read from stdin | - | | `--review-id string` | Id of the GitHub PR review just posted (the `.id` from the `gh api` POST that created the review) | - | | `--reviews string` | JSON review results array or object: a path, or `-` to read from stdin | - | | `--run string` | Review run id | Required | | `--session string` | Worker session id (or pass it as the positional argument) | - | | `--verdict string` | Review verdict: `approved` or `changes_requested` | Required |

Examples

# Submit an approved review for session mer-3
ao review submit mer-3 --run review-run-1 --verdict approved
# Submit a changes-requested review with a body from stdin
echo "Please fix the null check on line 42." | ao review submit --session mer-3 --run review-run-1 --verdict changes_requested --body -
Ships withagent-orchestrator

The orchestration layer for parallel AI coding agents An Agentic IDE that supervises parallel AI coding agents in isolated workspaces, with complete control and automatic feedback loops from CI failures, review comments, and merge conflicts.

Get the whole plugin
Stats
9,094
Stars
1,322
Forks
Active
Maintenance
Go
Language
Apache-2.0
License
58m ago
Last commit
5mo ago
Created

Repo: Untrivial-ai/agent-orchestrator