# copilot > Hand off a task to GitHub Copilot. - Author: Copilot - Repository: mlflow/mlflow - Version: 20260122215543 - Stars: 24396 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/mlflow/mlflow - Web: https://mule.run/skillshub/@@mlflow/mlflow~copilot:20260122215543 --- --- 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 "" # Create a task from a markdown file gh agent-task create -F task-desc.md ```