This repository has been archived on 2026-07-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
code-review/plugin.json
T
JefferyandClaude 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

6 lines
213 B
JSON

{
"name": "jsc",
"version": "0.0.1",
"description": "JSC 跨 AI 助理共用 plugin 模板。所有 skills 以 SKILL.md 為共通標準;於 Antigravity 以 /jsc: 前綴呼叫。",
"skills": "./skills/"
}