Skip to content

Copilot cloud agent

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.

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

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

Start with Exercise 0: Prerequisites →