瀏覽 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