Cancel an active code review loop
Orchestrates a separate Copilot CLI reviewer in an automated review-fix loop so the author is never the reviewer. Use before merging any change, or when code written by yourself, another agent, or a human needs an independent review. Your role inside this loop is strictly writer-fixer — you MUST NOT conduct the review yourself and you MUST NOT emit the approval token; only the external reviewer can end the loop.
Continue a code review loop by resuming a suspended review, rerunning the reviewer on new changes, or raising the iteration cap with --max-iterations N. Use when asked to continue the review loop, resume a suspended review, rerun the reviewer after fixes, or raise the max-iterations limit.
本專案是一個 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 |
先加入 Marketplace 來源:
/plugin marketplace add gn00678465/cc-copilot-plugins
再依需求安裝插件:
option1
/plugin install cc-copilot-plugin@cc-copilot-plugins
/plugin install code-review@cc-copilot-plugins
/reload-plugins
option2 .claude/settings.json
{
"enabledPlugins": {
"cc-copilot-plugin@cc-copilot-plugins": true,
"code-review@cc-copilot-plugins": true
}
}
安裝完成後可使用:
cc-copilot-plugin: commit-message、pull-requestcode-review: /code-review-loop、/continue-loop、/cancel-review
code-review另需先安裝 GitHub Copilot CLI,並確認copilot可於PATH中執行。
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,可以安裝對應插件並查看清單:
copilot plugin install gn00678465/cc-copilot-plugins
copilot plugin list
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gn00678465/cc-copilot-plugins --plugin code-reviewScaffold ralph autonomous coding loops with PRD-driven user stories, driver-agent contract, and multi-runtime drivers (sh/ts/js/py)
Deploys cross-platform agent assets (apm.yml, bundled skills/rules, framework-specific AGENTS.md) into an existing React/Next.js/TanStack Start/Vite project for Claude Code and Copilot. Does not scaffold the React app itself.
Claude Code & GitHub Copilot plugin bundle for commit and pull request workflows
Writer/evaluator separation pattern for autonomous coding loops. The agent that writes code MUST NOT be the one that judges it.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.