Skip to content

Commit 5caf036

Browse files
Copilotharupyclaude
authored
Add GitHub Copilot handoff skill to Claude Code (mlflow#19991)
Signed-off-by: harupy <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: harupy <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent 290d08f commit 5caf036

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.claude/skills/copilot/SKILL.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: copilot
3+
description: Hand off a task to GitHub Copilot.
4+
allowed-tools:
5+
- Bash(gh agent-task create:*)
6+
---
7+
8+
## Examples
9+
10+
```bash
11+
# Create a task with an inline description
12+
gh agent-task create "<task description>"
13+
14+
# Create a task from a markdown file
15+
gh agent-task create -F task-desc.md
16+
```

0 commit comments

Comments
 (0)