copilot-cli

Enable Copilot CLI in a local repo with autopilot, plan mode, and delegated tasks.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/hiyenwong/ai_collection --skill copilot-cli-hiyenwong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-cli
Source: https://github.com/hiyenwong/ai_collection/tree/main/collection/skills/copilot-cli
Command: npx skills add https://github.com/hiyenwong/ai_collection --skill copilot-cli-hiyenwong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub Copilot CLI enables terminal-native coding workflows, letting you plan, edit, run, and review code directly in your shell with autopilot, plan mode, and delegated tasks.

Core Features & Use Cases

  • Interactive pairing sessions to select models and start coding in context
  • Autopilot and plan mode to drive end-to-end development tasks with minimal prompts
  • Delegated background work and fleet-style task management across multiple projects
  • Tools integration for execution, reading, writing, and patching of code and configs
  • Seamless project context handling within a local Git repository

Quick Start

Launch Copilot CLI in your repository, pick a model with /model, and start in interactive mode.

Frequently Asked Questions about copilot-cli

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

FAQPage Schema
How do I automate terminal-based coding workflows in a local Git repository?

You can automate terminal coding workflows by launching Copilot CLI in your repository, selecting a model with /model, and starting an interactive session to handle code editing, planning, and PR generation.

What is plan mode in Copilot CLI and how does it drive development tasks?

Plan mode in Copilot CLI drives end-to-end development tasks with minimal prompts by creating structured plan files, allowing you to review and execute code changes systematically within your shell.

Do I need a specific environment setup to use Copilot CLI autopilot features?

Yes, using Copilot CLI autopilot requires a functional Copilot CLI installation, a connected Git repository, and access to the models configured in your local environment to manage session data effectively.

Can I delegate background coding tasks across multiple projects using Copilot CLI?

Yes, Copilot CLI supports delegated background work and fleet-style task management across multiple projects, enabling you to run parallel development sessions using execution, reading, and writing tools.

What are the limitations of using terminal-native coding workflows with Copilot CLI?

Limitations include dependency on a functional Copilot CLI installation and configured environment models; without a connected Git repository or proper model access, the automated planning and code execution tools cannot operate.