copilot

Delegate coding tasks to GitHub Copilot via gh agent-task commands.

1|6|Updated Mar 28, 2025
One-click install
npx skills add https://github.com/mlflow/dev --skill copilot-mlflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: copilot
Source: https://github.com/mlflow/dev/tree/main/.claude/skills/copilot
Command: npx skills add https://github.com/mlflow/dev --skill copilot-mlflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to hand off coding tasks to GitHub Copilot, reducing context switching and accelerating task delivery.

Core Features & Use Cases

  • Task delegation: Submit a task description and let Copilot assist with coding or task planning.
  • Inline and file-based inputs: Create Copilot tasks from a quick inline description or from a file.
  • CLI integration: Works with the gh agent-task commands to streamline development workflows.

Quick Start

Use the copilot skill to create a Copilot task with an inline description. gh agent-task create "<task description>" Use the copilot skill to create a Copilot task from a file. gh agent-task create -F task-desc.md

Frequently Asked Questions about copilot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate coding tasks to GitHub Copilot from the command line?▼

You can delegate coding tasks to GitHub Copilot using the gh CLI. Run the `gh agent-task create` command with an inline description or use the -F flag to pass a task description file.

Can I create a GitHub Copilot task from a file instead of typing it inline?▼

Yes, you can create a Copilot task from a file using the CLI. Use the `gh agent-task create -F task-desc.md` command to submit file-based inputs for task planning and coding assistance.

What is the best way to automate developer workflows with GitHub Copilot?▼

Automating developer workflows with GitHub Copilot involves using the gh CLI to submit tasks. This reduces context switching by delegating task creation and planning directly to Copilot through agent-task commands.

Does the copilot Skill require any specific dependencies to submit tasks via gh CLI?▼

No specific dependencies are required to use the copilot Skill for task delegation. It works directly with the standard gh CLI agent-task commands to create Copilot-assisted tasks using inline or file inputs.

Why use gh agent-task commands for coding automation instead of manual context switching?▼

Using gh agent-task commands for coding automation accelerates task delivery by handing off tasks directly to GitHub Copilot. This CLI integration reduces context switching and enables repeatable, quick task kickoffs.