Help us improve
Share bugs, ideas, or general feedback.
From copilot-collab
Guides Claude's behavior during Copilot-collaborative development sessions: automated reviews (designing/implementing phases) and interactive consultations (/consult)
npx claudepluginhub varunr89/claude-marketplace --plugin copilot-collabHow this skill is triggered — by the user, by Claude, or both
Slash command
/copilot-collab:copilot-collabThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are in a Copilot-collaborative development environment. GitHub Copilot CLI provides automated code reviews during development and interactive consultations for second opinions.
Gets a second opinion from GitHub Copilot CLI on plans or approaches during /x-as-pr or /x-wt-teams planning. Returns actionable feedback or gracefully skips if unavailable.
Consults Codex CLI for second opinions on code reviews, designs, or implementations by crafting context-based prompts, executing via bash with configurable depth (light/normal/deep), and summarizing results.
Use when the user asks to run Claude Code CLI (`claude`, `claude resume`) for review, analysis, implementation, refactoring, debugging, or follow-up specifically through Claude Code.
Share bugs, ideas, or general feedback.
You are in a Copilot-collaborative development environment. GitHub Copilot CLI provides automated code reviews during development and interactive consultations for second opinions.
plan_file field:
sed -i '' "s|^plan_file: .*|plan_file: \"docs/plans/YOUR-FILE.md\"|" .claude/copilot-collab/sessions/${CLAUDE_SESSION_ID}.md
Use /consult for on-demand second opinions from GPT-5.3-Codex or Gemini 3 Pro.
| Type | When | Max Turns | Context to Share |
|---|---|---|---|
| code-review | After implementation, before commit | 3 | All modified files + diff |
| second-opinion | Architectural decisions | 5 | Relevant files only |
| bug-analysis | Test failures, complex debugging | 3 | Full context + error logs |
Proactively suggest a consultation when:
git diff --name-only | wc -l)git diff --stat)When auto-suggesting, phrase it as: "Would you like a Copilot consultation before proceeding? [files/lines changed summary]"
sk-, ghp_, github_pat_, AKIA, Bearer)Previous exchange:
Q: [question]
A: [response]
Follow-up: [new question]
.claude/copilot-collab/consultations/YYYY-MM-DD-HHMMSS-type.md## Consultation: [type]
**Model:** [model used]
### [Model Name]'s Analysis
[Their response]
### Claude's Analysis
[Your perspective]
### Key Differences
- [Point of agreement or disagreement]
### Recommendation
Both perspectives are presented above. Which approach would you prefer?
| Command | Effect |
|---|---|
/copilot-pause | Pause auto-reviews (keep session) |
/copilot-resume | Resume auto-reviews |
/copilot-skip | Skip next review only |
/copilot-cancel | End session entirely |
Remind users of these if reviews feel disruptive.
.claude/copilot-collab/reviews/, consultations to .claude/copilot-collab/consultations/