gh-agent-task

Create GitHub Copilot agent tasks from natural language in issues and pull requests.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/kaushal-waygood/agentic-self-healing-ci --skill gh-agent-task-kaushal-waygood
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-agent-task
Source: https://github.com/kaushal-waygood/agentic-self-healing-ci/tree/main/skills/gh-agent-task
Command: npx skills add https://github.com/kaushal-waygood/agentic-self-healing-ci --skill gh-agent-task-kaushal-waygood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub teams need to convert natural language requirements into repeatable agent tasks that drive Copilot-powered code changes via GitHub issues and PRs.

Core Features & Use Cases

  • Create Agent Tasks from natural language descriptions that trigger Copilot to implement code changes via issues and PRs.
  • Manage tasks across repositories, including listing, viewing, and updating tasks, with cross-repo delegation when needed.
  • Enforce safety and governance through documented token requirements, safe-outputs configuration, and integration with GitHub Agentic Workflows.

Quick Start

Install the gh-agent-task extension and create your first agent task by providing a clear description of the desired code change.

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 tasks from natural language issues and pull requests?▼

To automate Copilot tasks, you create agent tasks from natural language instructions in GitHub issues and PRs. The gh-agent-task workflow generates, lists, and updates these tasks to drive Copilot-powered code changes.

What are GitHub agent tasks and how do they drive Copilot code changes?▼

GitHub agent tasks are structured descriptions derived from natural language instructions in issues and PRs. They trigger Copilot to implement code changes safely through the gh-agent-task workflow.

Can I delegate GitHub Copilot agent tasks across multiple repositories?▼

Yes, you can manage tasks across repositories including cross-repo delegation. The workflow enforces safety and governance through safe-outputs, token authentication requirements, and structured error handling.

How do I enforce safety and governance when automating GitHub workflows with Copilot?▼

You enforce safety by using safe-outputs configuration and token authentication requirements within the gh-agent-task workflow. This ensures governed Copilot-powered code changes when processing issues and PRs.

What is required to start generating agent tasks for GitHub Copilot workflows?▼

You need a repository using the gh-agent-task workflow and clear natural language instructions in your issues or PRs. Documented token requirements and safe-outputs configuration must also be set up.

Why are my GitHub agent tasks not triggering Copilot code changes correctly?▼

Tasks may fail due to missing token authentication or improper safe-outputs configuration. The workflow includes structured error handling to help diagnose issues when generating tasks from natural language instructions.