Ir al contenido

Copilot cloud agent

Esta página aún no está disponible en tu idioma.

GitHub Copilot cloud agent lets GitHub Copilot work asynchronously in the cloud. You assign work on GitHub, and the cloud agent picks it up in the background — exploring the repository, making changes, and opening a pull request — while you stay free to do other things.

Across these exercises you’ll add custom instructions the cloud agent will follow, then assign a GitHub issue and let it implement the work. You’ll review and use custom agents to shape its approach, monitor and steer sessions from the agents dashboard, and finish by reviewing its pull requests and iterating on the results.

Exercises

ExerciseTopicDescription
0. PrerequisitesSetupCreate your repository and codespace
1. Custom instructionsContextAdd custom instructions cloud agent will follow
2. Cloud AgentAsync AgentAssign issues to Copilot cloud agent
3. Custom AgentsSpecialized AgentsReview and use custom agents
4. Managing AgentsMonitoringMonitor and steer agent sessions
5. IteratingReviewReview PRs, iterate on Copilot’s work, and choose next steps

Prerequisites

Before attending this workshop, please ensure you have:

  • A GitHub account with an active Copilot Student, Pro, Pro+, Business, or Enterprise plan
  • Copilot cloud agent enabled for your account or organization

No paid plan? Verified students can get GitHub Copilot for free through GitHub Education. The Copilot Student plan includes the agent, MCP, code review, and Copilot CLI features this workshop uses — so you can complete every harness with it.

Cloud agent is available on Copilot Student, Pro, Pro+, Business, and Enterprise — every plan except Copilot Free. On Copilot Business or Enterprise, an administrator must enable it for your organization.

MCP isn’t covered in this harness. To explore using MCP servers with Copilot, see the CLI harness or the VS Code harness.

Get Started

Start with Exercise 0: Prerequisites →