Agent Skills: Create a task with an inline description

Hand off a task to GitHub Copilot.

UncategorizedID: mlflow/mlflow/copilot

Repository

mlflowLicense: Apache-2.0
23,9785,231

Install this agent skill to your local

pnpm dlx add-skill https://github.com/mlflow/mlflow/copilot

Skill Files

Browse the full folder contents for copilot.

Download Skill

Loading file tree…

.claude/skills/copilot/SKILL.md

Skill Metadata

Name
copilot
Description
Hand off a task to GitHub Copilot.

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:

  • Session: https://github.com/mlflow/mlflow/pull/20905/agent-sessions/abc123
  • PR: https://github.com/mlflow/mlflow/pull/20905