agent-via-cli-skill

Launch and automate GitHub Copilot custom agents from the command line.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ialae/TelegarmBotor --skill agent-via-cli-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-via-cli-skill
Source: https://github.com/ialae/TelegarmBotor/tree/main/.github/skills/agent-via-cli-skill
Command: npx skills add https://github.com/ialae/TelegarmBotor --skill agent-via-cli-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch and automate GitHub Copilot custom agents from the command line, simplifying installation, authentication, and workflow orchestration across local and CI environments.

Core Features & Use Cases

  • Installation and authentication guides for interactive and automated runs.
  • Agent file conventions and repository-level vs user-level scopes to keep definitions with code.
  • Launch modes (non-interactive, interactive, delegate) and safe autopilot command patterns for scripting and pipelines.

Quick Start

Authenticate with Copilot, then run a repository-level agent in non-interactive mode to automate a task.

Frequently Asked Questions about agent-via-cli-skill

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

FAQPage Schema
How do I automate GitHub Copilot agents from the command line?

To automate GitHub Copilot agents from the command line, you launch them using specific CLI conventions for non-interactive, interactive, or delegate modes. This involves authenticating with Copilot and applying safe autopilot command patterns with explicit model selection and permission flags.

Can I run Copilot custom agents in a CI pipeline?

Yes, you can run Copilot custom agents in a CI pipeline using non-interactive launch modes. The CLI supports safe autopilot command patterns, explicit permission flags, and automated authentication to enable repeatable agent invocations across Linux, macOS, and Windows via WSL.

What launch modes are available for scripting CLI agents?

Available launch modes for scripting CLI agents include non-interactive, interactive, and delegate modes. These modes support various deployment and scripting workflows, allowing you to apply safe autopilot commands with explicit model selection and permission flags.

Does the Copilot CLI support both interactive and automated authentication?

Yes, Copilot CLI supports both interactive and automated authentication for running custom agents. It provides installation and authentication guides tailored for interactive sessions and automated CI environments to ensure secure workflow orchestration.

How do I manage agent file scopes for repository-level automation?

To manage agent file scopes for repository-level automation, you use specific CLI file conventions to keep definitions with your code. This allows you to configure repository-level versus user-level scopes for custom agents directly from the command line.