Exploring GitHub Copilot Integrations
Outside of all the features integrated in the editor, there are a lot of extension points with other systems as well. GitHub shows its industry strengths with its platform, which handles all different software development lifecycle steps in a single integrated platform, layering GitHub Copilot functionality on top of it: you can start a conversation with the AI right from github.com, create an issue with all the context you need to define the changes that you want to have implemented, and then hand that off to the Coding Agent to create the pull request and changes for you. Even better: for incoming PRs, GitHub Copilot can already do the first PR review for you!
As well as those features integrated into the web interface, we also take a deep look at how the Model Context Protocol (MCP) is revolutionizing the integration with other systems to bring even more context into your AI experience. From adding requirements from an external system ...