Archived
feat: add /jsc:archive-findings skill (persist code-review verdicts)
Consumes an adjudicated code-review run (攻擊方問題表 + 防守方裁決表) and persists results into the target project: - ✅ 成立 -> known-issues file (--known-issues) - ❌ 誤判 -> exclusions file (--exclusions) - 🔁 已知問題 / 🚫 略過 -> skip (count only) Both paths are required; missing/empty files are created from a bundled template (skills/archive-findings/templates/). Does not run review or edit code. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
f4c4e36691
commit
ef8721296b
@@ -0,0 +1,9 @@
|
||||
# 前次審查紀錄(已知問題 / Known Issues)
|
||||
|
||||
> 本檔由 `/jsc:archive-findings` 自動維護,記錄 `/jsc:code-review` 防守方裁定 **✅ 成立** 但尚未解決的問題。
|
||||
> `/jsc:code-review` 防守方在步驟 3(b) 會讀此檔:若新發現與此處條目相符,標為 **🔁 已知問題(前次未解決)**,不重複裁決。
|
||||
> 問題修復後請刪除對應條目。每筆以 `<!-- key: 檔案位置|問題標題 -->` 去重。
|
||||
|
||||
## 待解決問題
|
||||
|
||||
<!-- archive-findings 由此往下追加條目;條目格式見 /jsc:archive-findings 說明。 -->
|
||||
Reference in New Issue
Block a user