What problem does it solve?
GitHub Copilot CLI enables your orchestrator to offload large, multi-step engineering work into a separate headless execution pass, reducing your main agent’s context load and token costs.
Core Features & Use Cases
- Specialist agent delegation: Run Copilot with focused agents like explore, general-purpose, task, research, or code-review to match the job type.
- Context handoff for isolated runs: Provide the full goal, prior decisions, scope, constraints, and verification so the isolated session stays aligned.
- Non-interactive, programmatic execution: Use flags like non-interactive prompt mode, silent output, model selection, effort level, and auto-tool approval for reliable automation.
- Common use cases: deep repo exploration, broad refactors across many files, multi-file code generation/edits, and review-style passes for security and correctness.
Quick Start
Ask your orchestrator to delegate the work to Copilot CLI using a single prompt that includes the original goal, prior decisions, file scope, constraints, the exact verification command to run, and the expected output format.