feat(ai-code-review): 建問題模式導向 issue,並整併流程調整、文件與 CI #6

Merged
admin merged 79 commits from ai-review-resolve/develop-20260717-185330 into develop 2026-07-21 09:39:48 +00:00
Showing only changes of commit dbeb56589c - Show all commits
+2 -2
View File
@@ -55,7 +55,7 @@ function cell(text) {
* @param {string} focus - 審查面向代碼(例如 `'logic'`、`'security'`);可為 undefined。
* @returns {string} 顯示字串:命中時如 `'邏輯(logic'`;未命中時原樣回傳 `focus`falsy 時回傳 `'—'`。
* @remarks
* 使用情境:審查流程步驟 56 的角色登場留言——`rolesComment()`
* 使用情境:審查流程步驟 57 的角色登場留言——`rolesComment()`
* 產生「角色|面向|個性」表格時,以本函式把每位審查員
* (攻擊方/防守方)的 focus 代碼轉成中英並列的面向欄位內容。
* 本函式未匯出,僅供模組內部使用。
@@ -150,7 +150,7 @@ function diffComment(rows, ignoredCount) {
}
/**
* 產生審查流程步驟 56 共用的「角色登場」PR 留言內容。
* 產生審查流程步驟 57 共用的「角色登場」PR 留言內容。
*
* 以三欄表格(角色/面向/個性)列出本回合登場的審查員;
* 攻擊方(步驟 5)與防守方(步驟 7)共用本模板,僅標題不同。