copilotClaude Skill

Hand off a task to GitHub Copilot.

24.4k Stars
5.3k Forks
2018/06/05

Install & Download

Linux / macOS:

请登录后查看安装命令

Windows (PowerShell):

请登录后查看安装命令

Download and extract to ~/.claude/skills/

namecopilot
descriptionHand off a task to GitHub Copilot.
allowed-tools["Bash(gh agent-task create:*)"]

Examples

# Create a task with an inline description
gh agent-task create "<task description>"

# Create a task from a markdown file
gh agent-task create -F task-desc.md

Post-creation

Print both the session URL and the PR URL (strip /agent-sessions/... from the session URL).

Example:

Similar Claude Skills & Agent Workflows