feat: add /jsc:archive-findings skill (persist code-review verdicts) #2

Merged
admin merged 5 commits from develop into master 2026-06-15 09:44:16 +00:00
Member
No description provided.
jiantw83 added 5 commits 2026-06-15 09:43:45 +00:00
- 收緊措辭:預設檔名 .codereview.md 僅為詢問時的建議選項,
  未取得使用者明確指定前不可自行假設或直接採用
- 新增 slash 參數 --exclusions <路徑> 明確指定排除事項檔案,
  帶此旗標即視為明確指定、不再詢問
- SKILL.md / paladin.md / README 範例同步更新

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- 新增已知問題比對:前次審查發現但未解決的問題標 🔁 略過、不重複裁決
- 載入前次審查紀錄檔(建議 .codereview-known-issues.md),新增 --known-issues 參數,
  比照排除事項規則(未指定就詢問、可不存在或為空)
- 裁決欄改為四態:🚫 略過 / 🔁 已知問題 /  誤判 /  成立
- 裁決前先把攻擊方 findings 去重(同位置同本質)並依嚴重等級排序
- 新增可選步驟:經同意後將本次成立問題寫入紀錄檔供下次比對
- SKILL.md / paladin.md / README 同步更新

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
三個 manifest(Claude/Codex/Antigravity)版本一起進。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Leftover template URLs in .claude-plugin/plugin.json.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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>
admin approved these changes 2026-06-15 09:44:03 +00:00
admin merged commit 2edc65f816 into master 2026-06-15 09:44:16 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No labels
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: plugins/code-review#2