
Cc Copilot Plugin
- Updated August 2, 2026
- gn00678465/cc-copilot-plugins
cc-copilot-plugin is a bundle for Claude Code and GitHub Copilot focused on commit and pull-request workflows. A developer uses it to streamline creating commits and opening PRs. It standardizes the steps for getting changes into review and merged.
Key points
- Commit workflows
- Pull-request workflows
- Claude Code + Copilot bundle
Cc Copilot Plugin by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add gn00678465/cc-copilot-plugins/plugin install cc-copilot-plugin@cc-copilot-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 2, 2026 |
|---|---|
| Repository | gn00678465/cc-copilot-plugins ↗ |
What it does
Bundle for Claude Code and GitHub Copilot that streamlines commit and pull-request workflows.
README.md
cc-copilot-plugins
本專案是一個 Claude Code Marketplace 倉庫,收錄多個可重用插件;其中也包含供 GitHub Copilot CLI 工作流使用的相關技能與設定。
插件清單
| 插件 | 版本 | 適用環境 | 說明 |
|---|---|---|---|
cc-copilot-plugin |
0.1.2 | Claude Code / GitHub Copilot CLI 工作流 | Commit / PR 工作流插件,包含 commit-message、pull-request 等技能 |
code-review |
0.1.0 | Claude Code + 本機 copilot CLI |
自動化多輪 code review loop,強制分離 writer / reviewer 角色,提供 /code-review-loop、/continue-loop 與 /cancel-review |
review-forge |
0.1.0 | Claude Code 及跨 client Agent Skills | 多模型程式碼審查工作流:獨立審查 → 彙總去重 → 交叉投票 → 信心排序最終報告 → 核准修復 → 獨立驗證 |
Claude Code 安裝方式
先加入 Marketplace 來源:
/plugin marketplace add gn00678465/cc-copilot-plugins
再依需求安裝插件:
option1
/plugin install cc-copilot-plugin@cc-copilot-plugins
/plugin install code-review@cc-copilot-plugins
/plugin install review-forge@cc-copilot-plugins
/reload-plugins
option2 .claude/settings.json
{
"enabledPlugins": {
"cc-copilot-plugin@cc-copilot-plugins": true,
"code-review@cc-copilot-plugins": true,
"review-forge@cc-copilot-plugins": true
}
}
安裝完成後可使用:
cc-copilot-plugin:commit-message、pull-requestcode-review:/code-review-loop、/continue-loop、/cancel-reviewreview-forge:review-forgeskill(review/synthesize/vote/report/fix/verify六階段命令)
code-review另需先安裝 GitHub Copilot CLI,並確認copilot可於PATH中執行。
VS Code (Agent Plugins & Custom Prompts)
VS Code 已支援 Agent Plugins(Preview)。若您要在 VS Code 內使用本倉庫的插件來源,請先確認 settings.json 已啟用:
{
"chat.plugins.enabled": true
}
接著可在 chat.plugins.marketplaces 中加入此儲存庫:
"chat.plugins.marketplaces": [
"gn00678465/cc-copilot-plugins"
]
若要直接使用專案中的 prompt 檔案,也可搭配 chat.promptFilesLocations 指向 prompts/。
GitHub Copilot CLI
如果您已安裝 GitHub Copilot CLI,可以安裝對應插件並查看清單:
copilot plugin install gn00678465/cc-copilot-plugins
copilot plugin list