gh-agent
GitHub Copilot agent management
TLDR
List available agents
$ gh agent list
Run an agent$ gh agent run [agent_name]
Get agent info$ gh agent info [agent_name]
SYNOPSIS
gh agent command [options]
DESCRIPTION
gh agent manages GitHub Copilot agents (extensions). Agents extend Copilot's capabilities with specialized knowledge and tools for specific domains or tasks.
The command provides access to first-party and third-party agents that enhance GitHub Copilot's functionality. Agents can offer expertise in specific programming languages, frameworks, or development workflows, making Copilot more versatile for various development contexts.
SUBCOMMANDS
list
List available agents.run
Execute an agent.info
Show agent details.
SEE ALSO
gh-copilot(1), gh(1)
