Claude Copilot Plugin
Description
Copilot CLI plugin for Claude Code — GPT-5 task delegation and adversarial review
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-copilot-plugin
GitHub Copilot CLI plugin for Claude Code — delegate tasks and adversarial reviews to GPT-5 as subagents.
简介
这个插件让 Claude Code 能够把任务委托给 [GitHub Copilot CLI](https://githubnext.com/projects/copilot-cli) 执行,由 Claude Sonnet 4.6 或 GPT-5.4 作为 subagent 完成分析,结果直接返回给主 agent。
**适用场景:**
- 上下文密集型任务(大量文件扫描、批量分析),交给 Copilot CLI(Claude Sonnet 4.6)独立跑,节省主 agent 的上下文窗口
- 对抗式代码审查,利用 GPT-5.4 的视角发现 Claude 可能忽略的边界条件
前提条件
安装并登录 **新版** GitHub Copilot CLI(需支持 `copilot -p` 接口):
npm install -g @github/copilot-cli
copilot auth
**注意**:旧版包名 `@githubnext/github-copilot-cli`(2023 年版)**不支持** `-p`/`--model` 标志,请确认安装的是新版。
验证安装(以下输出中应包含 `-p` / `--model` 选项):
copilot --help
**常见问题**:如果 `~/.bashrc` 中存在 `copilot` 同名 shell 函数(如 `copilot () { /c/Windows/System32/copilot.exe ... }`),会导致插件检测失败。需先注释或移除该函数,再重启 shell。
安装
# 第一步:注册市场(只需做一次)
claude plugin marketplace add https://github.com/wkin-t/claude-copilot-plugin.git
# 第二步:安装插件
claude plugin install copilot-cli
重启 Claude Code 后生效。
手动方式(备用)编辑 `~/.claude/settings.json`,在 `extraKnownMarketplaces` 下添加:
"extraKnownMarketplaces": {
"copilot-cli-plugins": {
"source": {
"source": "url",
"url": "https://github.com/wkin-t/claude-copilot-plugin.git"
}
}
}
然后执行 `/plugins install copilot-cli@copilot-cli-plugins`。
组件
| 组件 | 类型 | 模型 | 触发方式 | 说明 |
|---|---|---|---|---|
copilot-task |
Agent | claude-sonnet-4-6 |
主 agent 调用 | 将上下文密集型任务委托给 Copilot CLI 子进程 |
copilot-review |
Agent | gpt-5.4 |
主 agent 调用 | 对抗式代码审查,GPT-5 扮演怀疑论审查员 |
copilot-runtime |
Skill | — | 自动加载(不对用户开放) | 调用模板、模型路由、超时规范 |
copilot-task
将任务整理为自包含 prompt,调用一次 Copilot CLI(Claude Sonnet 4.6),原样返回输出。适合:
- 扫描 20+ 文件的模式检查
- 边界条件分析
- 大批量探索任务
copilot-review
对抗式审查:由 GPT-5.4 担任审查员,默认立场是"找到这个变更不应该上线的理由"。适合:
- 实现完成后的安全网审查
- 支付/权限等高风险代码路径的二次确认
安全说明
**`--allow-all` 标志**:授予 Copilot CLI 所有工具权限以支持非交互模式。请
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI