develop
master
新增 code-review-sync skill:透過 GITEA_TOKEN 取得使用者有讀取權限的所有 Gitea 專案,依擁有者(owner)分組後讓使用者多選,再把選定擁有者底下的專案於目標目錄(預設家目錄)依擁有者建立資料夾並逐一 clone;專案已存在時改為切換到 develop(再退而 master)並更新到最新。同步更新 README 與三個 plugin manifest 版本。
code-review-sync
GITEA_TOKEN
skills/code-review-sync/SKILL.md
/jsc:code-review-sync
$code-review-sync
.claude-plugin/plugin.json
.codex-plugin/plugin.json
plugin.json
0.1.6
0.1.7
README.md
.git/config
origin/develop
origin/master
code-review-resolve
pull --ff-only
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
No dependencies set.
The note is not visible to the blocked user.
變更摘要
新增
code-review-syncskill:透過GITEA_TOKEN取得使用者有讀取權限的所有 Gitea 專案,依擁有者(owner)分組後讓使用者多選,再把選定擁有者底下的專案於目標目錄(預設家目錄)依擁有者建立資料夾並逐一 clone;專案已存在時改為切換到 develop(再退而 master)並更新到最新。同步更新 README 與三個 plugin manifest 版本。影響範圍
skills/code-review-sync/SKILL.md,於 Claude Code / Antigravity 以/jsc:code-review-sync呼叫,Codex 以$code-review-sync呼叫。code-review-sync說明。.claude-plugin/plugin.json、.codex-plugin/plugin.json、plugin.json由0.1.6bump 至0.1.7。重點檔案
skills/code-review-sync/SKILL.mdREADME.md設計重點與風險
.git/config。origin/develop→origin/master的切換模式與code-review-resolve一致;pull --ff-only無法快進時回報需人工處理,不自動 merge/rebase。