浏览 1.1.1 文档
1.1.1

ait review — 完整参考

为选定的 Patchset 请求、查看并记录评审决定。

适用人群: 评审者、coding agent 与维护者

作用边界#

用途: 为选定的 Patchset 请求、查看并记录评审决定。

影响类别: 改动并查看远程评审流程。

覆盖: ait review 下共 16 个公开 help surface。

下面的代码块原样保留 1.1.1 二进制的输出,包含它给出的每一个参数、选项、 默认值、可选值、冲突关系和必填要求。

完整命令树#

代码 · 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

原样输出的 help#

ait review#

二进制描述: Inspect remote Review state and record team, human Task, or AI code-review evidence.

代码 · 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; available 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

说明

查看远程 Review 状态,并记录团队、人工 Task 或 AI 代码评审证据。

参数 / 选项说明
show显示一个 Change 的紧凑远程 Review 状态。
team管理团队治理评审;仅在 team_remote 模式可用。
task仅使用配置的 user_name 记录人工功能性 Task 评审。
code生成或提交归属于执行方应用的结构化 AI 代码评审证据。
help打印本消息或给定子命令的帮助
-h, --help打印帮助

ait review show#

二进制描述: Show compact remote Review state for one Change.

代码 · text
Show compact remote Review state for one Change.

Usage: ait review show [OPTIONS] <CHANGE_ID>

Arguments:
  <CHANGE_ID>  Remote Change ID or supported 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 result.
  -h, --help             Print help

说明

显示一个 Change 的紧凑远程 Review 状态。

参数 / 选项说明
<CHANGE_ID>要查看的远程 Change ID 或受支持的 Change 引用。
--remote <REMOTE>已配置的远程名称;默认使用仓库的默认远程。
--json输出精简且稳定的机器可读 Review 结果。
-h, --help打印帮助

ait review team#

二进制描述: Manage team governance review; available only in team_remote mode.

代码 · text
Manage team governance review; available 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

说明

管理团队治理评审;仅在 team_remote 模式可用。

参数 / 选项说明
help打印本消息或给定子命令的帮助
-h, --help打印帮助

ait review team request#

参考描述: 向一个或多个确切的评审组请求团队评审。

1.1.1 二进制没有为这个 surface 单独给出描述,上面那句是文档补充的说明。 下面是解析器提供的完整用法和选项,未作改动。

代码 · 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

说明

参数 / 选项说明
-h, --help打印帮助

ait review team approve#

参考描述: 为选定的 Change 记录一次团队评审通过。

1.1.1 二进制没有为这个 surface 单独给出描述,上面那句是文档补充的说明。 下面是解析器提供的完整用法和选项,未作改动。

代码 · 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

说明

参数 / 选项说明
-h, --help打印帮助

ait review team request-changes#

参考描述: 在选定的 Change 上记录一次团队评审的修改请求。

1.1.1 二进制没有为这个 surface 单独给出描述,上面那句是文档补充的说明。 下面是解析器提供的完整用法和选项,未作改动。

代码 · 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

说明

参数 / 选项说明
-h, --help打印帮助

ait review team comment#

参考描述: 在选定的 Change 上记录一条不带决定的团队评审意见。

1.1.1 二进制没有为这个 surface 单独给出描述,上面那句是文档补充的说明。 下面是解析器提供的完整用法和选项,未作改动。

代码 · 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

说明

参数 / 选项说明
-h, --help打印帮助

ait review team defer#

参考描述: 推迟选定 Change 当前的团队评审决定。

1.1.1 二进制没有为这个 surface 单独给出描述,上面那句是文档补充的说明。 下面是解析器提供的完整用法和选项,未作改动。

代码 · 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

说明

参数 / 选项说明
-h, --help打印帮助

ait review task#

二进制描述: Record human functional Task review using only configured user_name.

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

Usage: ait review task <COMMAND>

Commands:
  approve          Approve one specific 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

说明

仅使用配置的 user_name 记录人工功能性 Task 评审。

参数 / 选项说明
approve在功能验证后批准一个特定 Patchset;仅适用于 task_review=required。
help打印本消息或给定子命令的帮助
-h, --help打印帮助

ait review task approve#

二进制描述: Approve one specific Patchset after functional validation; task_review=required only.

代码 · text
Approve one specific 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 Repository references 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

说明

在功能验证后批准一个特定 Patchset;仅适用于 task_review=required。

参数 / 选项说明
<CHANGE_ID>拥有该经功能验证的 Patchset 的远程 Change。
--patchset <PATCHSET_ID>功能已经过验证的完整已发布 Patchset ID;拒绝数字形式的 Repository 引用。
--message <MESSAGE>来自配置的 user_name 的非空功能验证证据。
--remote <REMOTE>已配置的远程名称;默认使用仓库的默认远程。
--json以稳定 JSON 输出已记录的 Task 批准。
-h, --help打印帮助

ait review task request-changes#

参考描述: 在选定的 Change 上记录一次 task 范围的修改请求。

1.1.1 二进制没有为这个 surface 单独给出描述,上面那句是文档补充的说明。 下面是解析器提供的完整用法和选项,未作改动。

代码 · 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

说明

参数 / 选项说明
-h, --help打印帮助

ait review task comment#

参考描述: 在选定的 Change 上记录一条不带决定的 task 范围评审意见。

1.1.1 二进制没有为这个 surface 单独给出描述,上面那句是文档补充的说明。 下面是解析器提供的完整用法和选项,未作改动。

代码 · 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

说明

参数 / 选项说明
-h, --help打印帮助

ait review task defer#

参考描述: 推迟选定 Change 当前的 task 范围评审决定。

1.1.1 二进制没有为这个 surface 单独给出描述,上面那句是文档补充的说明。 下面是解析器提供的完整用法和选项,未作改动。

代码 · 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

说明

参数 / 选项说明
-h, --help打印帮助

ait review code#

二进制描述: Generate or submit structured AI code-review evidence attributed to the executing app.

代码 · 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

说明

生成或提交归属于执行方应用的结构化 AI 代码评审证据。

参数 / 选项说明
submit为一个确切且已完整检视的 Patchset 提交隐式通过结果。
template在本地打印所需的结构化 AI 代码评审摘要模板。
help打印本消息或给定子命令的帮助
-h, --help打印帮助

ait review code submit#

二进制描述: Submit the implicit pass outcome for one exact, fully inspected Patchset.

代码 · 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 Repository references are rejected.
      --message <MESSAGE>       Structured Reviewed files, Findings, Risks, Tests, and pass Recommendation summary for this specific 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

说明

为一个确切且已完整检视的 Patchset 提交隐式通过结果。

参数 / 选项说明
<CHANGE_ID>拥有该确切已评审 Patchset 的远程 Change。
--patchset <PATCHSET_ID>由执行方 AI 应用评审的完整已发布 Patchset ID;拒绝数字形式的 Repository 引用。
--message <MESSAGE>针对此特定 Patchset 的结构化摘要,包含 Reviewed files、Findings、Risks、Tests 和 pass Recommendation。
--remote <REMOTE>已配置的远程名称;默认使用仓库的默认远程。
--json以稳定 JSON 同时输出代码与 Task 两条评审通道的结果。
-h, --help打印帮助

ait review code template#

二进制描述: Print the required structured AI code-review summary template locally.

代码 · 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

说明

在本地打印所需的结构化 AI 代码评审摘要模板。

参数 / 选项说明
--style <STYLE>模板布局:inline 或 numbered。[default: numbered] [possible values: inline, numbered]
--json以稳定 JSON 输出模板元数据。
-h, --help打印帮助

版本权威

对照 1.1.1 源码逐条核对

这一页是公开文档,不是第二份产品契约。要确认发布权威,请以确切的源码和分发契约为准。

所属组件 Snapshot
  • ait-coreSNP-ED7593DBF982
  • ait-serverSNP-0CCD7DD2A077
  • ait-runnerSNP-35C9C133D2EE
  • ait-pythonSNP-756C731A4CC0
  • ait-nodeSNP-55E90D0A81F1