Browse RC.8 documentation
RC.8 Documentation revision 1

ait review — Complete Reference

Request, inspect, and record review decisions for a selected Patchset.

Audience: Reviewers, coding agents, and maintainers

Operating boundary#

Purpose: Request, inspect, and record review decisions for a selected Patchset.

Effect class: Remote review workflow mutation and inspection.

Coverage: 16 public help surfaces under ait review.

The blocks below preserve the RC.8 binary output in full, including every emitted argument, option, default, possible value, conflict, and requirement.

Complete command tree#

Code · text
ait review
ait review show
ait review team
ait review team request
ait review team approve
ait review team request-changes
ait review team comment
ait review team defer
ait review task
ait review task approve
ait review task request-changes
ait review task comment
ait review task defer
ait review code
ait review code submit
ait review code template

Exact emitted help#

ait review#

Binary description: Inspect remote Review state and record team, human Task, or AI code-review evidence.

Code · text
Inspect remote Review state and record team, human Task, or AI code-review evidence.

Usage: ait review <COMMAND>

Commands:
  show  Show compact remote Review state for one Change.
  team  Manage team governance review; admitted only in team_remote mode.
  task  Record human functional Task review using only configured user_name.
  code  Generate or submit structured AI code-review evidence attributed to the executing app.
  help  Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

ait review show#

Binary description: Show compact remote Review state for one Change.

Code · text
Show compact remote Review state for one Change.

Usage: ait review show [OPTIONS] <CHANGE_ID>

Arguments:
  <CHANGE_ID>  Remote Change ID or admitted Change reference to inspect.

Options:
      --remote <REMOTE>  Configured remote name; defaults to the repository's default remote.
      --json             Emit the compact stable machine-readable Review projection.
  -h, --help             Print help

ait review team#

Binary description: Manage team governance review; admitted only in team_remote mode.

Code · text
Manage team governance review; admitted only in team_remote mode.

Usage: ait review team <COMMAND>

Commands:
  request          
  approve          
  request-changes  
  comment          
  defer            
  help             Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

ait review team request#

Reference description: Request team review from one or more exact reviewer groups.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait review team request [OPTIONS] --group <REVIEWER_GROUPS> <CHANGE_ID>

Arguments:
  <CHANGE_ID>  

Options:
      --group <REVIEWER_GROUPS>  
      --patchset <PATCHSET_ID>   
      --note <NOTE>              
      --remote <REMOTE>          
      --json                     
  -h, --help                     Print help

ait review team approve#

Reference description: Record a team-review approval for the selected Change.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait review team approve [OPTIONS] <CHANGE_ID>

Arguments:
  <CHANGE_ID>  

Options:
      --reviewer <REVIEWER>     
      --patchset <PATCHSET_ID>  
      --message <MESSAGE>       
      --remote <REMOTE>         
      --json                    
  -h, --help                    Print help

ait review team request-changes#

Reference description: Record a team-review request for changes on the selected Change.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait review team request-changes [OPTIONS] <CHANGE_ID>

Arguments:
  <CHANGE_ID>  

Options:
      --reviewer <REVIEWER>     
      --patchset <PATCHSET_ID>  
      --message <MESSAGE>       
      --remote <REMOTE>         
      --json                    
  -h, --help                    Print help

ait review team comment#

Reference description: Record a non-decisional team-review comment on the selected Change.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait review team comment [OPTIONS] <CHANGE_ID>

Arguments:
  <CHANGE_ID>  

Options:
      --reviewer <REVIEWER>     
      --patchset <PATCHSET_ID>  
      --message <MESSAGE>       
      --remote <REMOTE>         
      --json                    
  -h, --help                    Print help

ait review team defer#

Reference description: Defer the current team-review decision for the selected Change.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait review team defer [OPTIONS] <CHANGE_ID>

Arguments:
  <CHANGE_ID>  

Options:
      --reviewer <REVIEWER>     
      --patchset <PATCHSET_ID>  
      --message <MESSAGE>       
      --remote <REMOTE>         
      --json                    
  -h, --help                    Print help

ait review task#

Binary description: Record human functional Task review using only configured user_name.

Code · text
Record human functional Task review using only configured user_name.

Usage: ait review task <COMMAND>

Commands:
  approve          Approve one exact Patchset after functional validation; task_review=required only.
  request-changes  
  comment          
  defer            
  help             Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

ait review task approve#

Binary description: Approve one exact Patchset after functional validation; task_review=required only.

Code · text
Approve one exact Patchset after functional validation; task_review=required only.

Usage: ait review task approve [OPTIONS] --patchset <PATCHSET_ID> --message <MESSAGE> <CHANGE_ID>

Arguments:
  <CHANGE_ID>  Remote Change that owns the functionally validated Patchset.

Options:
      --patchset <PATCHSET_ID>  Complete published Patchset ID whose functionality was validated; numeric repo-scoped refs are rejected.
      --message <MESSAGE>       Non-empty functional-validation evidence from the configured user_name.
      --remote <REMOTE>         Configured remote name; defaults to the repository's default remote.
      --json                    Emit the recorded Task approval as stable JSON.
  -h, --help                    Print help

ait review task request-changes#

Reference description: Record a task-scope request for changes on the selected Change.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait review task request-changes [OPTIONS] <CHANGE_ID>

Arguments:
  <CHANGE_ID>  

Options:
      --patchset <PATCHSET_ID>  
      --message <MESSAGE>       
      --remote <REMOTE>         
      --json                    
  -h, --help                    Print help

ait review task comment#

Reference description: Record a non-decisional task-scope review comment on the selected Change.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait review task comment [OPTIONS] <CHANGE_ID>

Arguments:
  <CHANGE_ID>  

Options:
      --patchset <PATCHSET_ID>  
      --message <MESSAGE>       
      --remote <REMOTE>         
      --json                    
  -h, --help                    Print help

ait review task defer#

Reference description: Defer the current task-scope review decision for the selected Change.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait review task defer [OPTIONS] <CHANGE_ID>

Arguments:
  <CHANGE_ID>  

Options:
      --patchset <PATCHSET_ID>  
      --message <MESSAGE>       
      --remote <REMOTE>         
      --json                    
  -h, --help                    Print help

ait review code#

Binary description: Generate or submit structured AI code-review evidence attributed to the executing app.

Code · text
Generate or submit structured AI code-review evidence attributed to the executing app.

Usage: ait review code <COMMAND>

Commands:
  submit    Submit the implicit pass outcome for one exact, fully inspected Patchset.
  template  Print the required structured AI code-review summary template locally.
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

ait review code submit#

Binary description: Submit the implicit pass outcome for one exact, fully inspected Patchset.

Code · text
Submit the implicit pass outcome for one exact, fully inspected Patchset.

Usage: ait review code submit [OPTIONS] --patchset <PATCHSET_ID> --message <MESSAGE> <CHANGE_ID>

Arguments:
  <CHANGE_ID>  Remote Change that owns the exact reviewed Patchset.

Options:
      --patchset <PATCHSET_ID>  Complete published Patchset ID reviewed by the executing AI app; numeric repo-scoped refs are rejected.
      --message <MESSAGE>       Structured Reviewed files, Findings, Risks, Tests, and pass Recommendation summary for this exact Patchset.
      --remote <REMOTE>         Configured remote name; defaults to the repository's default remote.
      --json                    Emit both code and Task review-lane results as stable JSON.
  -h, --help                    Print help

ait review code template#

Binary description: Print the required structured AI code-review summary template locally.

Code · text
Print the required structured AI code-review summary template locally.

Usage: ait review code template [OPTIONS]

Options:
      --style <STYLE>  Template layout: inline or numbered. [default: numbered] [possible values: inline, numbered]
      --json           Emit the template metadata as stable JSON.
  -h, --help           Print help

Version authority

Checked against the exact RC.8 source

This page is public documentation, not a second product contract. Use the exact source and distribution contract for release authority.

Owning component Snapshots
  • ait-coreSNP-F136DB9A342B
  • ait-serverSNP-FBF302ADABC5
  • ait-runnerSNP-DF67532B0360
  • ait-pythonSNP-39225802847F
  • ait-nodeSNP-3D474B60B26F