mirror of
https://github.com/jlengrand/getting-started-with-github-copilot.git
synced 2026-03-10 08:21:18 +00:00
23 lines
1.3 KiB
Markdown
23 lines
1.3 KiB
Markdown
## Review
|
|
|
|
_Congratulations, you've completed this exercise and learned a lot about GitHub Copilot!_
|
|
|
|
<img src="https://octodex.github.com/images/jetpacktocat.png" alt=celebrate width=200 align=right>
|
|
|
|
Here's a recap of the GitHub Copilot features you learned:
|
|
|
|
- **Ask Mode**: Used @workspace to explore and understand your codebase
|
|
- **Inline suggestions**: Completed code with Tab acceptance
|
|
- **Inline Chat**: Generated code and data with Ctrl/Cmd + I
|
|
- **Edit Mode**: Made multi-file changes with targeted prompts
|
|
- **Agent Mode**: Built features and tests autonomously
|
|
- **GitHub integration**: Generated commit messages, PR summaries, and code reviews
|
|
|
|
### What's next?
|
|
|
|
- Check out the other [GitHub Skills exercises](https://learn.github.com/skills).
|
|
- Learn how to [Integrate MCP with Copilot](https://github.com/skills/integrate-mcp-with-copilot) to give Copilot extra capabilities!
|
|
- Tailor Copilot to your project needs in [Customize your GitHub Copilot Experience](https://github.com/skills/customize-your-github-copilot-experience)
|
|
- Tackle legacy COBOL code in [Modernize Your Legacy Code with GitHub Copilot](https://github.com/skills/modernize-your-legacy-code-with-github-copilot) exercise
|
|
- Try GitHub Copilot Coding Agent in the [Expand your team with Copilot](https://github.com/skills/expand-your-team-with-copilot) exercise
|