mit einem Klick
copilot-collab
// Guides Claude's behavior during Copilot-collaborative development sessions: automated reviews (designing/implementing phases) and interactive consultations (/consult)
// Guides Claude's behavior during Copilot-collaborative development sessions: automated reviews (designing/implementing phases) and interactive consultations (/consult)
Use when the user asks to "browse a website", "go to a URL", "fill out a form", "take a screenshot", "click on something", "extract data from a page", "automate a browser task", "control the desktop", "use the computer", or any task involving web pages or desktop applications.
Use when the user wants to make a phone call, leave a voicemail, call a business, reach someone by phone, or navigate a phone menu. Triggered by "/call" followed by a phone number and purpose.
Start or continue a progressive learning session. Use when the user says "learn", "let's learn", "continue learning", "let's continue", "pick up where we left off", "teach me", "next lesson", or wants to resume their learning curriculum. Requires a phase map to exist in docs/phases/.
Design progressive learning curricula and generate project phase maps. Use when the user says "learn-design", "design curriculum", "plan learning path", "set up next project", "what should I learn next", or wants to start learning a new technical area. Also triggers between projects to generate the next project's phase map calibrated to the learner's profile.
This skill converts any content source into podcast episodes. Triggers: sending a URL, PDF, YouTube link, book, or file with intent to listen; phrases like 'podcast this', 'make this a podcast', 'listen to this', 'generate a podcast'; sending content with instructions like 'split by chapters', 'make a series'. Handles single articles, multi-chapter books, YouTube playlists, and any document format.
This skill should be used when the user asks to "read a paper", "understand a paper", "analyze a research paper", "prepare for paper discussion", "work through a paper", "do a literature review", or provides PDF paths to research papers. Guides deep paper understanding using Keshav's three-pass method with AI as a patient professor. Supports multiple papers for literature review.
| name | copilot-collab |
| description | Guides Claude's behavior during Copilot-collaborative development sessions: automated reviews (designing/implementing phases) and interactive consultations (/consult) |
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/