gh-agent-session

Create GitHub Copilot agent sessions from natural-language instructions via the GitHub CLI.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/az9713/gh-aw --skill gh-agent-session-az9713
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-agent-session
Source: https://github.com/az9713/gh-aw/tree/main/skills/gh-agent-session
Command: npx skills add https://github.com/az9713/gh-aw --skill gh-agent-session-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automating the creation and management of GitHub Copilot agent sessions via the GitHub CLI, turning natural-language instructions into actionable automation tasks and PRs.

Core Features & Use Cases

  • Create agent sessions from plain language descriptions using the gh agent-task extension.
  • Manage sessions across repositories with base branches and pull requests.
  • Integrate safe-output configuration and required authentication guides to ensure secure automation.

Quick Start

Describe the task in natural language and run gh agent-task create to start the agent session.

Frequently Asked Questions about gh-agent-session

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

FAQPage Schema
How do I automate GitHub Copilot agent sessions to create pull requests from natural language?

You can automate Copilot agent sessions by providing natural-language instructions to spawn GitHub issues that trigger automated PRs. Using the gh agent-task extension, the skill translates plain text into actionable agent sessions for code changes.

Can I trigger Copilot-assisted code changes across multiple repositories?

Yes, Copilot-assisted code changes support cross-repo workflows. The agent sessions manage base branches and pull requests across different repositories using token-based authentication for secure automation.

What security permissions are required to spawn Copilot agent sessions from the GitHub CLI?

Spawning Copilot agent sessions requires token-based authentication and enforces security guardrails with required permissions. The skill ensures auditable task descriptions and integrates Safe Outputs to maintain secure automation.

What is the best way to manage GitHub Copilot agent tasks using natural language descriptions?

The best way to manage Copilot agent tasks is describing the task in natural language and running gh agent-task create. This starts an agent session that enforces security guardrails and generates auditable task descriptions.

Does the gh agent-task extension support in-repo workflows with Safe Outputs integration?

Yes, the gh agent-task extension supports both in-repo and cross-repo workflows with Safe Outputs integration. It enforces security guardrails and required permissions to ensure safe, auditable automation.