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-collabThis skill uses the workspace's default tool permissions.
You are in a Copilot-collaborative development environment. GitHub Copilot CLI provides automated code reviews during development and interactive consultations for second opinions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
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/