Categories
Tags
Astro Automation Camping changelog clear CLI Codex compact Component Design Configuration context Context Copilot copy Ctrl+S CUDA Cursor Day Trip delegate diff Dynamic Routing Editor Error Error Fix Error Handling experimental Gemini git GitHub GitHub Copilot Google Hiking Hot Springs init Installation Iwate Prefecture Kobe Linux Mac Mention Meteor Shower Mode Switching model Nara Prefecture NoAdapterInstalled Node.js nvm OpenAI params plan PowerShell Prompt props Public Key Authentication Python Redirect research rewind SEO share Shell Execution Shift+Tab Shortcut SSH SSH config ssh-copy-id Stargazing Static Site streamer-mode Student undo Update usage Visual Studio VS Code VS2026 Windows WSL
153 words
1 minutes
How to Delegate PR Creation in GitHub Copilot CLI【/delegate】
Overview
Ever reached the point where you’ve figured out what needs to be done, but just wish someone else would do the actual implementation and open the PR?
That’s literally what /delegate does. It sends your session to GitHub’s Copilot coding agent to finish the work and create a PR.
Usage
Run this in Copilot CLI:
/copilot> /delegateYour session (conversation and decisions) is sent to GitHub. The Copilot coding agent picks it up, implements the changes remotely, and creates a PR.
When to Use It
| Scenario | Why it helps |
|---|---|
| The plan is clear, implementation is straightforward | No need to wait locally |
| Large refactoring tasks | Let it run in the background |
| Quick PR for a small fix | Skip the manual branch/commit/push dance |
Things to Note
- The Copilot coding agent on GitHub does the actual work
- The result arrives as a PR — review before merging
- May not be available depending on your organization’s settings
Related Posts
How to Delegate PR Creation in GitHub Copilot CLI【/delegate】
https://naonao-na.com/en/posts/github-copilot-cli-delegate/
