gh-agent-session

Create and manage GitHub Copilot agent sessions as issues via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The GitHub CLI Agent Session Extension enables creating automated work items (agent sessions) that drive GitHub Copilot to perform code changes based on natural-language instructions, streamlining reproducible automation and pull-request workflows.

Core Features & Use Cases

  • Create agent sessions from natural language descriptions to orchestrate code changes
  • List, view, and update agent sessions from the command line
  • Support safe authentication and cross-repo task delegation for auditable automation

Quick Start

Run gh agent-task create with a clear task description to launch a new 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 from the CLI?▼

You can automate GitHub Copilot agent sessions from the CLI by creating GitHub issues with natural-language task descriptions, which drive Copilot to perform scripted code changes and generate auditable pull requests.

What is a GitHub Copilot agent session used for?▼

A GitHub Copilot agent session is used to orchestrate automated code changes. It formats scripted task descriptions as GitHub issues to drive reproducible AI-assisted pull request workflows across your repositories.

Can I delegate cross-repo tasks to GitHub Copilot using gh commands?▼

Yes, you can delegate cross-repo tasks to GitHub Copilot using gh commands. The extension supports cross-repo task delegation and structured outputs for downstream automation.

What's the best way to manage auditable AI-assisted PR workflows?▼

The best way to manage auditable AI-assisted PR workflows is launching GitHub agent sessions as issues from the CLI, enabling structured task creation, lifecycle management, and tracking automated code changes.

Do I need GitHub Actions to run Copilot agent tasks?▼

You do not need GitHub Actions to run Copilot agent tasks directly. The extension provides CLI-based task creation and lifecycle management, though it supports structured outputs for downstream automation.

Why use GitHub issues for automated code changes instead of direct commits?▼

Using GitHub issues for automated code changes provides auditable automation. It encapsulates natural-language instructions as structured work items to safely drive Copilot code modifications and pull request workflows.