gh-agent-session

Solid

GitHub CLI Agent Session Extension

AI & Automation 4,612 stars 420 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` CLI extension enables creating GitHub Copilot coding agent sessions through the command line. An agent session is a specialized GitHub issue that triggers GitHub Copilot to perform automated code changes based on 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...

Details

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category