By mvpasarel
Manage text-to-speech and vision-language model lifecycle, preloading models on session start and running TTS on stop, with Python script execution via uv.
Challenge a plan's assumptions, missing steps, and hidden dependencies
Run a Copilot review that challenges the implementation approach and design choices
Ask Copilot a one-shot question and return the answer verbatim
Cancel an active background Copilot job in this repository
Generate an implementation plan for a feature or change
Internal helper contract for calling the copilot-companion runtime from Claude Code
Internal guidance for presenting Copilot helper output back to the user
Internal guidance for composing Copilot and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Copilot Claude Code plugin
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
Use GitHub Copilot (GPT-5.4) from inside Claude Code for code reviews, adversarial reviews, or to delegate tasks.
This plugin is for Claude Code users who have a GitHub Copilot subscription and want GPT-5.4 as a second brain for code review and task delegation.
Each slash command costs at most 1 Copilot premium request. Status, result, cancel, and setup cost 0.
/copilot:review for a native Copilot code review/copilot:adversarial-review for a steerable challenge review with structured findings/copilot:rescue, /copilot:status, /copilot:result, and /copilot:cancel to delegate work and manage background jobs/copilot:ask for quick one-shot questions/copilot:task for delegating agentic tasks (foreground or background)/copilot:plan for generating structured implementation plans/copilot:review-plan and /copilot:adversarial-plan-review for reviewing plansAdd the marketplace in Claude Code:
/plugin marketplace add mvpasarel/gh-copilot-plugin-cc
Install the plugin:
/plugin install copilot@mvpasarel-copilot
Reload plugins:
/reload-plugins
Then run:
/copilot:setup
/copilot:setup will tell you whether the Copilot CLI is installed and authenticated.
If Copilot CLI is not installed, follow the GitHub Copilot CLI docs to install it.
If Copilot is installed but not logged in yet, run:
!copilot login
After install, you should see:
copilot:copilot-rescue subagent in /agentsOne simple first run is:
/copilot:review --background
/copilot:status
/copilot:result
claude plugin update copilot@mvpasarel-copilot
Then restart Claude Code to apply.
/copilot:setupChecks whether the Copilot CLI is installed and authenticated.
You can also use /copilot:setup to manage the optional review gate.
/copilot:setup --enable-review-gate
/copilot:setup --disable-review-gate
When the review gate is enabled, the plugin uses a Stop hook to run a targeted Copilot review based on Claude's response. If that review finds issues, the stop is blocked so Claude can address them first.
[!WARNING] The review gate costs 1 premium request per stop and can create a long-running Claude/Copilot loop. Only enable it when you plan to actively monitor the session.
/copilot:reviewRuns a native Copilot review on your current work. Copilot's built-in review agent automatically detects uncommitted changes, staged changes, and recent commits.
[!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:rescuenpx claudepluginhub mvpasarel/gh-copilot-plugin-cc --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.