Jeffery and Claude Opus 4.8
a09faf9a1b
docs: include --known-issues in code-review usage examples
...
Headless and OpenCode examples showed --exclusions only; add the matching
--known-issues path so defender examples are complete.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 17:47:17 +08:00
Jeffery and Claude Opus 4.8
ef8721296b
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 >
2026-06-15 17:42:04 +08:00
Jeffery and Claude Opus 4.8
f4c4e36691
fix: point plugin homepage/repository to code-review repo
...
Leftover template URLs in .claude-plugin/plugin.json.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 17:42:03 +08:00
Jeffery and Claude Opus 4.8
1d14cfe252
版本號 bump 0.0.1 → 0.0.2
...
三個 manifest(Claude/Codex/Antigravity)版本一起進。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 17:09:37 +08:00
Jeffery and Claude Opus 4.8
5e1ac92c92
防守方新增「已知問題」流程與去重排序前處理
...
- 新增已知問題比對:前次審查發現但未解決的問題標 🔁 略過、不重複裁決
- 載入前次審查紀錄檔(建議 .codereview-known-issues.md),新增 --known-issues 參數,
比照排除事項規則(未指定就詢問、可不存在或為空)
- 裁決欄改為四態:🚫 略過 / 🔁 已知問題 / ❌ 誤判 / ✅ 成立
- 裁決前先把攻擊方 findings 去重(同位置同本質)並依嚴重等級排序
- 新增可選步驟:經同意後將本次成立問題寫入紀錄檔供下次比對
- SKILL.md / paladin.md / README 同步更新
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 17:08:15 +08:00
Jeffery and Claude Opus 4.8
8e4f984925
排除事項:未明確指定路徑一律詢問,並新增 --exclusions 參數
...
- 收緊措辭:預設檔名 .codereview.md 僅為詢問時的建議選項,
未取得使用者明確指定前不可自行假設或直接採用
- 新增 slash 參數 --exclusions <路徑> 明確指定排除事項檔案,
帶此旗標即視為明確指定、不再詢問
- SKILL.md / paladin.md / README 範例同步更新
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 16:52:18 +08:00
Jeffery and Claude Opus 4.8
5a224932e2
marketplace 改名 jsc-plugins → code-review(保留 /jsc: 前綴)
...
- 安裝 token 由 jsc@jsc-plugins 改為 jsc@code-review
- plugin 名維持 jsc,故 /jsc:code-review 呼叫不變
- 兩個 marketplace.json 的 name 改為 code-review
- 修正 .agents/plugins/marketplace.json 殘留的 template.git → code-review.git
- README 所有 marketplace 指令同步更新
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 16:37:24 +08:00
Jeffery and Claude Opus 4.8
b9f87bac37
更新 README:從模板改為描述 code-review plugin
...
- 標題/簡介改為 RPG 攻防對決式 git diff 審查
- 目錄結構樹改為 skills/code-review(SKILL.md + roles/)
- repo 網址 template.git → code-review.git
- 各助理呼叫/移除/headless 範例 hello → code-review
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 16:32:19 +08:00
Jeffery and Claude Opus 4.8
bfe691984a
新增 code-review skill(RPG 攻防對決式 git diff 審查)
...
- 攻擊方 4 角色(吟遊詩人/法師/盜賊/刺客)依風格/邏輯/效率/安全性面向找問題
- 防守方聖騎士依排除事項與原始碼脈絡裁決(略過/誤判/成立)
- 角色定義各自獨立於 roles/*.md(含英文名稱/專案/個性/徽章/代表色)
- git diff 來源/目標分支缺一不可
- 移除範例 hello skill,三個 manifest 版本設為 0.0.1,更新 README
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 16:29:09 +08:00
jiantw83
6b87e68cd5
Initial commit
2026-06-15 07:42:48 +00:00