Review agent work

Summary

Open a plan, reply, diff, prototype, or pull request with one command.

The command selects the workflow. Without an ID or title, cueloop opens the latest pending Thread of that type.

cueloop                 # open all pending Threads
cueloop plan            # open a plan
cueloop reply           # open an agent response
cueloop diff            # review working-tree changes
cueloop pair            # pair on a live workbench with an agent
cueloop prototype       # review a component design document
cueloop review 42       # review pull request 42

Review a plan or reply

cueloop plan opens the latest pending plan. Pass a Thread ID or title when several plans are open.

cueloop reply opens the agent's previous response. Plans and replies use the same Thread view. You can comment on text, edit it, and send a Message.

Review working-tree changes

Run cueloop diff in a repository with uncommitted changes. cueloop creates a Thread from the working tree and opens it in the Changes view. cueloop pair opens that live workbench with the Project tree focused for code comments.

See Review diffs for Git, JJ, refresh, and source selection.

Review a prototype

Pass a Markdown design document to cueloop prototype:

cueloop prototype Combobox.md

The document opens in the Thread view. Comments attach to its text.

Review a pull request

Pass a pull request number or URL to cueloop review. Comments stay attached to the changed lines. Resolving the Thread stays local. Ask the agent to post when you are ready.

/cueloop:review runs the review skill configured in Settings. The default is the vendored code-review skill.

Review recurring feedback

cueloop refine creates a Markdown report from comments in earlier Threads. Use it to find repeated feedback.

Open a specific Thread

Bare cueloop opens all pending Threads. Pass an ID or title to most workflow commands to open one Thread.

cueloop plan ses_20260809210620_13hwi
cueloop diff "Handle API errors"

See Commands for all flags and automation commands.