copilot
skillHand off a task to GitHub Copilot.
apm::install
apm install @mlflow/copilotapm::allowed-tools
Bash(gh agent-task create:*)
apm::skill.md
---
name: copilot
description: Hand off a task to GitHub Copilot.
allowed-tools:
- Bash(gh agent-task create:*)
---
## Examples
```bash
# 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:
- Session: https://github.com/mlflow/mlflow/pull/20905/agent-sessions/abc123
- PR: https://github.com/mlflow/mlflow/pull/20905