gh-agent-task

Create and manage GitHub Copilot agent tasks from natural language descriptions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/maxfraieho/garden-seedling --skill gh-agent-task-maxfraieho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-agent-task
Source: https://github.com/maxfraieho/garden-seedling/tree/main/gh-aw/skills/gh-agent-task
Command: npx skills add https://github.com/maxfraieho/garden-seedling --skill gh-agent-task-maxfraieho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creation and management of GitHub Copilot agent tasks from natural language descriptions, enabling teams to convert requests into actionable tasks.

Core Features & Use Cases

  • Create agent tasks from inline descriptions or files and attach to a base branch and repository.
  • List, view, and update existing agent tasks across repositories.
  • Integrate with safe-outputs and authentication workflows to manage cross-repo task delegation.

Quick Start

Use gh agent-task create with a clear description to generate a new agent task.

Frequently Asked Questions about gh-agent-task

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

FAQPage Schema
How do I automate GitHub Copilot agent tasks from natural language descriptions?

You can automate GitHub Copilot agent tasks by using the gh agent-task create command with a natural language description. This converts user stories or issues into actionable, repeatable agent tasks attached to a specific base branch and repository.

What is the best way to manage Copilot agent tasks across multiple repositories?

Managing Copilot agent tasks across multiple repositories is handled by specifying target repositories during task creation. The tool supports listing, viewing, and updating existing agent tasks to streamline cross-repo task delegation.

Can I create GitHub agent tasks from an existing file instead of inline text?

Yes, GitHub agent tasks can be created from inline text or from existing files. This allows software teams to directly convert saved user stories or issue documents into actionable Copilot agent tasks.

How do I retrieve GitHub Copilot agent task URLs and numbers for downstream workflows?

After creating Copilot agent tasks, the tool retrieves and returns the task URLs and numbers. These identifiers can be integrated with safe-outputs and authentication workflows to manage downstream automation and cross-repo task delegation.

Do I need a specific GitHub extension to convert user stories into Copilot agent tasks?

Converting user stories into Copilot agent tasks requires the gh agent-task extension. It integrates with your GitHub setup to apply natural language descriptions to specified base branches and target repositories for software teams.

Does the gh agent-task extension support updating existing agent tasks?

Yes, the gh agent-task extension supports updating existing agent tasks. Beyond creating new tasks from natural language, software teams can list, view, and modify tasks across their target repositories.