Hand off a task to GitHub Copilot.
Installation
$skills install @mlflow/copilot
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: copilot description: Hand off a task to GitHub Copilot. allowed-tools:
- Bash(gh agent-task create:*)
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
More by mlflow
View allfetch-unresolved-comments
23,722Fetch unresolved PR review comments using GitHub GraphQL API, filtering out resolved and outdated feedback.
analyze-ci
23,722Analyze failed GitHub Action jobs for a pull request.
fetch-diff
23,722Fetch PR diff with filtering and line numbers for code review.
add-review-comment
23,722Add a review comment to a GitHub pull request.
