From copilot-collab
Guides Claude's behavior during Copilot-collaborative development sessions: automated reviews (designing/implementing phases) and interactive consultations (/consult)
How 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.
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/npx claudepluginhub varunr89/claude-marketplace --plugin copilot-collabUses GitHub Copilot CLI in non-interactive mode for code questions, reviews, and snippet generation. Requires explicit user consent before sending context.
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.
Uses OpenAI Codex CLI as a second opinion for plan reviews, code reviews, architecture decisions, and debugging.