gh-agent-session

Solid

Use gh agent-session commands to inspect and manage agent sessions.

AI & Automation 4,819 stars 466 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# GitHub CLI Agent Session Extension The `gh agent-task` extension creates GitHub Copilot coding agent sessions from the CLI. A session is a GitHub issue that triggers automated code changes from natural language instructions. **Repository**: https://github.com/github/agent-task (internal GitHub extension) ## Overview Agent sessions 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 session 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>`**: Read task description from file - **`--base <branch>`**: Base ...

Details

Author
github
Repository
github/gh-aw
Created
11 months ago
Last Updated
today
Language
Go
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category