LinuxCommandLibrary

gh-agent-task

GitHub Copilot agent task executor

TLDR

Run agent task

$ gh agent task "[task description]"
copy
Run with specific agent
$ gh agent task -a [agent_name] "[task]"
copy

SYNOPSIS

gh agent task [options] [task]

DESCRIPTION

gh agent task runs a task using GitHub Copilot agents. Agents can perform specialized tasks based on their capabilities, such as code analysis, refactoring suggestions, documentation generation, or domain-specific problem solving.
Tasks are processed by the specified agent, which applies its specialized knowledge to provide relevant assistance. This allows developers to leverage agent expertise without leaving the command line interface.

PARAMETERS

-a, --agent name

Specify agent to use.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community