Copilot Plugin Cc banner
wagnersza wagnersza

Copilot Plugin Cc

Git community

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:review for a normal read-only Copilot review
  • /copilot:adversarial-review for a steerable challenge review
  • /copilot:rescue, /copilot:status, /copilot:result, and /copilot:cancel to 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-rescue subagent 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: