Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
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)
Agent sessions are GitHub issues that:
Install via GitHub CLI:
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.
Create a new agent session from a description:
# Create task with inline description
gh agent-task create "Fix the bug in authentication flow"
# Create task from file
npx skills add udbfd68-cell/AURION-APP --skill gh-agent-sessionHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.