Add comprehensive README.md for GitHub Copilot CLI workshop#219
Add comprehensive README.md for GitHub Copilot CLI workshop#219scubaninja merged 3 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new learning-module README that provides a complete, step-by-step workshop for using the standalone GitHub Copilot CLI (interactive/plan/autopilot), tool approvals, context management, GitHub.com integration, model selection, custom agents, MCP, and gh agent-task.
Changes:
- Introduces a comprehensive workshop guide for the Copilot CLI with structured sections and exercises.
- Adds screenshots references and supporting “Useful links” and “Legal notices” sections.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <div align="left"> | ||
| <img src="./images/001-install.jpg" alt="Copilot CLI installation completing in a terminal"> | ||
| </div> |
There was a problem hiding this comment.
The README references screenshots under ./images/ (e.g., ./images/001-install.jpg), but this module directory currently has no images/ folder in the repo. Add the referenced images under Using-GitHub-Copilot-CLI/images/ (or update the paths to where the images actually live) so the screenshots render correctly on GitHub.
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
| | Stage | Tool | Action | | ||
| |---|---|---| | ||
| | Explore | Copilot CLI (default mode) | Map affected files with natural language | | ||
| | Design | Copilot CLI (plan mode) | Build and review a structured implementation plan | | ||
| | Build & test | Copilot CLI (default/autopilot mode) | Implement, run tests, self-correct | | ||
| | Context | `/context` + `/compact` | Monitor and manage token usage | | ||
| | Ship | GitHub.com integration | Commit and open PR from the terminal | | ||
| | Polish | `gh agent-task` | Async documentation via remote agent | | ||
| | Review | `gh pr view` | Inspect and merge | |
There was a problem hiding this comment.
The workflow summary table has an extra leading | on each row (|| Stage | ...), which prevents it from rendering as a proper Markdown table. Remove the extra pipe so each row starts with a single |.
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
…clarity, and improve model selection details
|
@scubaninja I've opened a new pull request, #220, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@scubaninja I've opened a new pull request, #221, to work on those changes. Once the pull request is ready, I'll request review from you. |
No description provided.