Run a GitHub Copilot review that challenges the implementation approach and design choices
Cancel an active background GitHub Copilot job in this repository
Delegate investigation, an explicit fix request, or follow-up rescue work to the Copilot rescue subagent
Show the stored final output for a finished GitHub Copilot job in this repository
Run a GitHub Copilot code review against local git state
Internal helper contract for calling the copilot-companion runtime from Claude Code
Internal guidance for composing GitHub Copilot prompts for coding, review, diagnosis, and research tasks inside the Copilot Claude Code plugin
Internal guidance for presenting Copilot helper output back to the user
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
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.
Executes directly as bash, bypassing the AI model
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
This project is based on or inspired by the Codex Plugin, licensed under the Apache License 2.0. Modifications have been made.
Use GitHub 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 GitHub Copilot from the workflow they already have.
/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 jobsgh) 2.40 or later — used for authentication and Copilot invocationAdd the marketplace in Claude Code:
/plugin marketplace add satwik6941/Github-Copilot-Plugin
Install the plugin:
/plugin install copilot@Github-Copilot-Plugin
Reload plugins:
/reload-plugins
Then run:
/copilot:setup
/copilot:setup will tell you whether Copilot is ready. If the GitHub CLI is missing or you are not
authenticated, it will guide you through the steps.
If you prefer to set up manually, install the GitHub CLI and authenticate:
gh auth login
After install, you should see:
copilot:copilot-rescue subagent in /agentsOne simple first run is:
/copilot:review --background
/copilot:status
/copilot:result
/copilot:reviewRuns a normal Copilot review on your current work. It gives you the same quality of code review as running a 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:
mainUse --base <ref> for branch review. It also supports --wait and --background. It is not
steerable and does not take custom focus text. Use
/copilot:adversarial-review when you want to challenge a specific
decision or risk area.
Examples:
/copilot:review
/copilot:review --base main
/copilot:review --background
This command is read-only and will not perform any changes. When run in the background you can use
/copilot:status to check on the progress and
/copilot:cancel to cancel the ongoing task.
/copilot:adversarial-reviewRuns a steerable review that questions the chosen implementation and design.
It can be used to pressure-test assumptions, tradeoffs, failure modes, and whether a different approach would have been safer or simpler.
It uses the same review target selection as /copilot:review, including --base <ref> for branch
review. It also supports --wait and --background. Unlike /copilot:review, it can take extra
focus text after the flags.
Use it when you want:
Examples:
/copilot:adversarial-review
/copilot:adversarial-review --base main challenge whether this was the right caching and retry design
/copilot:adversarial-review --background look for race conditions and question the chosen approach
This command is read-only. It does not fix code.
/copilot:rescueHands a task to Copilot through the copilot:copilot-rescue subagent.
Use it when you want Copilot to:
[!NOTE] Depending on the task these jobs might take a long time and it's generally recommended to force the task to be in the background or move the agent to the background.
It supports --background, --wait, --resume, and --fresh. If you omit --resume and
--fresh, the plugin can offer to continue the latest rescue thread for this repo.
Examples:
/copilot:rescue investigate why the tests started failing
/copilot:rescue fix the failing test with the smallest safe patch
/copilot:rescue --resume apply the top fix from the last run
/copilot:rescue --background investigate the flaky integration test
/copilot:rescue --background investigate the regression
You can also just ask for a task to be delegated to Copilot:
npx claudepluginhub satwik6941/github-copilot-plugin --plugin copilotMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.