Copilot Plugin Cc
Description
Claude Code plugin bridging Claude Code to GitHub Copilot CLI via ACP
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
Copilot plugin for Claude Code
Use Copilot from inside Claude Code for code reviews or to delegate tasks to Copilot.
This plugin is for Claude Code users who want an easy way to start using Copilot from the workflow they already have.
What You Get
/copilot:reviewfor a normal read-only Copilot review/copilot:adversarial-reviewfor a steerable challenge review/copilot:rescue,/copilot:status,/copilot:result, and/copilot:cancelto delegate work and manage background jobs
Requirements
- GitHub Copilot subscription or GitHub token.
- Usage will contribute to your Copilot usage limits. Learn more.
- Node.js 18.18 or later
Install
Add the marketplace in Claude Code:
/plugin marketplace add wagnersza/copilot-plugin-cc
Install the plugin:
/plugin install copilot@wagnersza
Reload plugins:
/reload-plugins
Then run:
/copilot:setup
`/copilot:setup` will tell you whether Copilot is ready. If Copilot is missing and npm is available, it can offer to install Copilot for you.
If you prefer to install Copilot yourself, use:
npm install -g @github/copilot-cli
If Copilot is installed but not logged in yet, run:
!copilot auth login
After install, you should see:
- the slash commands listed below
- the
copilot:copilot-rescuesubagent in/agents
One simple first run is:
/copilot:review --background
/copilot:status
/copilot:result
Usage
`/copilot:review`
Runs a normal Copilot review on your current work. It gives you the same quality of code review as running `/review` inside Copilot directly.
[!NOTE] Code review especially for multi-file changes might take a while. It's generally recommended to run it in the background.
Use it when you want:
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git