develop
master
將 code-review-resolve skill 對齊新版 AI Code Review(node-actions/ai-code-review)的實際產出格式,並新增議題模式(--issue);plugin 版本 bump 至 0.0.7。
code-review-resolve
node-actions/ai-code-review
--issue
0.0.7
1. findings / exclusions 模板改為新版格式
.gitea/ai-review/findings.json
.gitea/ai-review/findings/
2026-07-20-14:30:15.json
{ generatedAt, commitSha, prNumber, tool, findings:[], excluded:[] }
findings
id / reviewer / focus / badge / severity(中文:嚴重·警告·建議)/ file / startLine / endLine / problem / suggestion / suggestedCode
addedAt / prNumber / reviewer / severity / file / startLine / endLine / problem / reason
2. 新增 --issue <議題編號> 議題模式
--issue <議題編號>
severeCommentBody
PATCH state=closed
exclusions.json
plugin.json
.claude-plugin/plugin.json
.codex-plugin/plugin.json
0.0.6
GITEA_TOKEN
No dependencies set.
The note is not visible to the blocked user.
變更摘要
將
code-review-resolveskill 對齊新版 AI Code Review(node-actions/ai-code-review)的實際產出格式,並新增議題模式(--issue);plugin 版本 bump 至0.0.7。主要異動
feat(code-review-resolve)
1. findings / exclusions 模板改為新版格式
.gitea/ai-review/findings.json改為目錄.gitea/ai-review/findings/,每次 review 一個時間戳檔(如2026-07-20-14:30:15.json)。{ generatedAt, commitSha, prNumber, tool, findings:[], excluded:[] },讀取時取其findings陣列。id / reviewer / focus / badge / severity(中文:嚴重·警告·建議)/ file / startLine / endLine / problem / suggestion / suggestedCode。addedAt / prNumber / reviewer / severity / file / startLine / endLine / problem / reason。findings陣列,其餘 metadata 原樣保留;讀到非 wrapper(舊格式)直接回報並停止。2. 新增
--issue <議題編號>議題模式--issue時讀 Gitea 議題標題/描述/全部留言,解析每則「嚴重問題留言」(actionsevereCommentBody格式)為一條 finding 進 B 逐條修復。PATCH state=closed),仍有待人工處理則只留言不關閉;誤報仍寫入exclusions.json。chore(plugin 版本)
plugin.json、.claude-plugin/plugin.json、.codex-plugin/plugin.json版本號0.0.6→0.0.7。影響範圍
code-review-resolveskill 的問題讀取/寫回行為、新增議題模式,與版本號;不動其他 skill。風險與注意事項
GITEA_TOKEN與可解析的 origin repo 座標。