Run a multi-agent review against the current branch.
entire review starts reviewer agents in parallel, then uses a judge agent to consolidate their reports into a final verdict.
Reviews are saved as named profiles in Entire settings. On first run, guided setup writes a profile and asks before starting agents.
Open the review setup flow:
Use non-interactive flags when you want to create or update a profile from a script:
This creates the default general profile unless you choose another profile name in the interactive setup.
Run a Review
Run a named profile:
You can also select a profile with --profile:
Scope the review against a specific base branch:
Add one-off instructions for a single run:
Run only one reviewer from the selected profile:
Flags
entire review --findings only browses local findings. It does not apply fixes.
Attach an Existing Review
To tag an already-finished session as a review, use entire session attach with --review:
Examples