No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Dan Wahlin e17a4d293a
Merge pull request #190 from github/update/refine-command-and-plugins-dashboard-8dd1e683d78d64b6
[bot] Add /refine command and /plugins dashboard documentation
2026-07-13 16:34:15 -04:00
.devcontainer chore: optimize devcontainer for Codespaces prebuilds 2026-04-06 15:23:50 -07:00
.github Add traffic data for week of 07/06 – 07/12 2026-07-13 15:38:12 -04:00
00-quick-start docs(migration): add Learn frontmatter and asset paths 2026-06-10 13:46:01 -07:00
01-setup-and-first-steps Merge pull request #190 from github/update/refine-command-and-plugins-dashboard-8dd1e683d78d64b6 2026-07-13 16:34:15 -04:00
02-context-conversations docs(migration): add Learn frontmatter and asset paths 2026-06-10 13:46:01 -07:00
03-development-workflows Update README for clarity on branching commands 2026-06-29 22:23:33 -07:00
04-agents-custom-instructions docs: add /mcp list command and @-style imports for instruction files 2026-07-06 09:00:31 -04:00
05-skills Rephrase skills management instructions for clarity 2026-06-29 22:14:13 -07:00
06-mcp-servers docs: remove unverified /plugins command documentation 2026-07-13 20:32:51 +00:00
07-putting-it-together docs(migration): add Learn frontmatter and asset paths 2026-06-10 13:46:01 -07:00
appendices fix(content-engine): generate metadata during copy 2026-06-10 15:35:50 -07:00
assets docs(migration): add Learn frontmatter and asset paths 2026-06-10 13:46:01 -07:00
samples Initial commit 2026-02-19 16:02:05 -07:00
.gitattributes feat: add course-updater workflow and gitattributes 2026-03-30 12:41:25 -07:00
.gitignore docs(migration): add Learn frontmatter and asset paths 2026-06-10 13:46:01 -07:00
AGENTS.md Initial commit 2026-02-19 16:02:05 -07:00
CODE_OF_CONDUCT.md Initial commit 2026-02-19 16:02:05 -07:00
CONTRIBUTING.md Add contributing guidelines to CONTRIBUTING.md 2026-02-19 16:11:53 -07:00
GLOSSARY.md docs: add /security-review, /memory, and /compact focus instructions from CLI v1.0.49–1.0.52 2026-05-25 05:53:27 -07:00
LICENSE Initial commit 2026-02-19 16:02:05 -07:00
package-lock.json Clear out old packages 2026-03-06 23:39:18 -07:00
package.json Remove unneeded files 2026-06-30 19:34:49 -07:00
README.md docs(migration): add Learn frontmatter and asset paths 2026-06-10 13:46:01 -07:00
SECURITY.md Initial commit 2026-02-19 16:02:05 -07:00
SUPPORT.md Initial commit 2026-02-19 16:02:05 -07:00

GitHub Copilot CLI for Beginners

License: MIT Open project in GitHub Codespaces Official Copilot CLI documentation Join AI Foundry Discord

🎯 What You'll Learn Prerequisites 🤖 Copilot Family 📚 Course Structure 📋 Command Reference

GitHub Copilot CLI for Beginners

Learn to supercharge your development workflow with AI-powered command-line assistance.

GitHub Copilot CLI brings AI assistance directly to your terminal. Instead of switching to a browser or code editor, you can ask questions, generate full-featured applications, review code, generate tests, and debug issues without leaving your command line.

Think of it as having a knowledgeable colleague available 24/7 who can read your code, explain confusing patterns, and help you work faster!

📘 Prefer a web experience? You can follow this course right here on GitHub, or view it on Awesome Copilot for a more traditional browsing experience.

This course is designed for:

  • Software Developers who want to use AI from the command line
  • Terminal users who prefer keyboard-driven workflows over IDE integrations
  • Teams looking to standardize AI-assisted code review and development practices

🎯 What You'll Learn

This hands-on course takes you from zero to productive with GitHub Copilot CLI. You'll work with a single Python book collection app throughout all chapters, progressively improving it using AI-assisted workflows. By the end, you'll confidently use AI to review code, generate tests, debug issues, and automate workflows: all from your terminal.

No AI experience required. If you can use a terminal, you can learn this.

Perfect for: Developers, students, and anyone who has experience with software development.

Prerequisites

Before starting, ensure you have:

🤖 Understanding the GitHub Copilot Family

GitHub Copilot has evolved into a family of AI-powered tools. Here's where each one lives:

Product Where It Runs Description
GitHub Copilot CLI
(this course)
Your terminal Terminal-native AI coding assistant
GitHub Copilot VS Code, Visual Studio, JetBrains, etc. Agent mode, chat, inline suggestions
Copilot on GitHub.com GitHub Immersive chat about your repos, create agents, and more
GitHub Copilot cloud agent GitHub Assign issues to agents, get PRs back

This course focuses on GitHub Copilot CLI, bringing AI assistance directly to your terminal.

📚 Course Structure

GitHub Copilot CLI Learning Path

Chapter Title What You'll Build
00 🚀 Quick Start Installation and verification
01 👋 First Steps Live demos + three interaction modes
02 🔍 Context and Conversations Multi-file project analysis
03 Development Workflows Code review, debug, test generation
04 🤖 Create Specialized AI Assistants Custom agents for your workflow
05 🛠️ Automate Repetitive Tasks Skills that load automatically
06 🔌 Connect to GitHub, Databases & APIs MCP server integration
07 🎯 Putting It All Together Complete feature workflows

📖 How This Course Works

Each chapter follows the same pattern:

  1. Real-World Analogy: Understand the concept through familiar comparisons
  2. Core Concepts: Learn the essential knowledge
  3. Hands-On Examples: Run actual commands and see results
  4. Assignment: Practice what you learned
  5. What's Next: Preview of the following chapter

Code examples are runnable. Every copilot text block in this course can be copied and run in your terminal.

📋 GitHub Copilot CLI Command Reference

The GitHub Copilot CLI command reference helps you find commands and keyboard shortcuts to help you use Copilot CLI effectively.

🙋 Getting Help

Contributing

Note

: The code used in the course is designed to generate specific types of output during reviews, explanations, and debugging so we aren't able to accept PRs that change the existing code.

How to contribute:

  1. Fork this repository and clone it to your machine
  2. Create a feature branch (git checkout -b my-improvement)
  3. Make your changes
  4. Submit a pull request

License

This project is licensed under the terms of the MIT open source license. Please refer to the LICENSE file for the full terms.