gh-agent-task

Create GitHub Copilot-driven agent tasks from natural language via the gh-agent-task CLI extension.

4.9k|489|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/github/gh-aw --skill gh-agent-task-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-agent-task
Source: https://github.com/github/gh-aw/tree/main/skills/gh-agent-task
Command: npx skills add https://github.com/github/gh-aw --skill gh-agent-task-github

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to create GitHub Copilot-driven agent tasks directly from natural language descriptions using the GitHub CLI extension. It streamlines turning high-level task requests into automated code-change tasks that are trackable via issues and pull requests.

Core Features & Use Cases

  • Create agent tasks from plain-language descriptions using the gh-agent-task CLI extension
  • Coordinate cross-repository tasks by specifying target repositories and base branches
  • Review and manage agent tasks through standard GitHub Issues and PRs for auditability and collaboration

Quick Start

Install the gh-agent-task extension: gh extension install github/agent-task Create your first agent task: gh agent-task create "Refactor authentication flow to improve error handling and add tests"

Frequently Asked Questions about gh-agent-task

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

FAQPage Schema
How do I create GitHub Copilot agent tasks from the CLI?

To create GitHub Copilot agent tasks from the CLI, use the gh-agent-task extension to turn natural language descriptions into automated code-change tasks. Install it via gh extension install github/agent-task and run gh agent-task create with your task description.

What are GitHub Copilot agent tasks and how do they work?

GitHub Copilot agent tasks are automated code-change requests generated from plain-language descriptions. They operate through the GitHub CLI extension, creating trackable issues and pull requests directly within your target repositories for auditable workflows.

Can I delegate cross-repository tasks to GitHub Copilot using the gh CLI?

Yes, you can delegate cross-repository tasks using the gh CLI extension. When creating an agent task, you can specify target repositories and base branches to coordinate automated code changes across multiple GitHub projects.

How do I track and review automated pull requests generated by Copilot?

You track and review automated pull requests generated by Copilot through standard GitHub Issues and PRs. This approach ensures all agent tasks remain auditable and collaborative directly within your existing GitHub repository workflows.

Do I need GitHub CLI authentication to run agent tasks?

Yes, GitHub CLI authentication is required to run agent tasks. The skill defines specific authentication requirements to securely generate trackable agent tasks and handle safe-output processing across your GitHub repositories.