gh-agent-task
SolidGitHub CLI Agent Task Extension
AI & Automation 4,612 stars
420 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# GitHub CLI Agent Task Extension
The `gh agent-task` CLI extension enables creating GitHub Copilot coding agent tasks through the command line. An agent task is a specialized GitHub issue that triggers GitHub Copilot to perform automated code changes based on natural language instructions.
**Repository**: https://github.com/github/agent-task (internal GitHub extension)
## Overview
Agent tasks are GitHub issues that:
- Contain natural language instructions for code changes
- Trigger GitHub Copilot to autonomously execute the task
- Create pull requests with the implemented changes
- Provide a workflow for reviewing and merging automated code modifications
## Installation
Install via GitHub CLI:
```bash
gh extension install github/agent-task
```
**Note**: This extension requires authentication with a Personal Access Token (PAT) that has appropriate permissions for creating issues and pull requests.
## Core Commands
### Create Agent Task
Create a new agent task from a description:
```bash
# Create task with inline description
gh agent-task create "Fix the bug in authentication flow"
# Create task from file
gh agent-task create --from-file task-description.md
# Specify base branch
gh agent-task create --base develop "Implement new feature"
# Create in different repository
gh agent-task create --repo owner/repo "Update documentation"
```
**Command Parameters:**
- **Description** (positional): Natural language description of the task
- **`--from-file <path>`**: Rea...
Details
- Author
- github
- Repository
- github/gh-aw
- Created
- 10 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
gh-agent-session
GitHub CLI Agent Session Extension
4,612 Updated today
github AI & Automation Solid
github-operations
GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.
188 Updated today
yonatangross AI & Automation Solid
gh-cli
GitHub CLI (gh) for repos, issues, PRs, actions, releases. Use when working with GitHub or running gh commands.
389 Updated today
boshu2