docs: add GitHub Copilot app workshop content#144
Open
GeekTrainer wants to merge 3 commits into
Open
Conversation
Add the GitHub Copilot app harness lessons as a standalone, github.com- readable markdown set under copilot-app/. Converted from the Starlight MDX source: kept frontmatter, rewrote internal lesson links to relative .md, repointed images to copilot-app/images/, and pointed cross-harness links at the published site. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a standalone, GitHub-renderable (pure Markdown) copy of the GitHub Copilot app workshop into a new top-level copilot-app/ folder, mirroring the existing docs-site content so it’s readable directly on GitHub without building the site.
Changes:
- Added a
copilot-app/README.mdindex plus 9 lesson markdown files (0-…through8-…). - Added the referenced lesson images under
copilot-app/images/. - Updated internal lesson links and image paths to be relative and GitHub-friendly.
Show a summary per file
| File | Description |
|---|---|
| copilot-app/README.md | Folder index for the Copilot app workshop lessons (GitHub-renderable). |
| copilot-app/0-prerequisites.md | Lesson 0: local prerequisites and template repo setup. |
| copilot-app/1-install-copilot-app.md | Lesson 1: install/sign-in/onboarding guidance for the Copilot app. |
| copilot-app/2-add-star-rating.md | Lesson 2: first agent session walkthrough and first PR flow. |
| copilot-app/3-custom-instructions.md | Lesson 3: repository/path-scoped instruction files workflow. |
| copilot-app/4-build-filtering.md | Lesson 4: Plan/Autopilot workflow + skill-based verification. |
| copilot-app/5-mcp-playwright.md | Lesson 5: adding Playwright MCP server + manual validation. |
| copilot-app/6-agent-merge.md | Lesson 6: using Agent Merge to land a PR. |
| copilot-app/7-canvases.md | Lesson 7: creating/saving/using canvases for planning/triage. |
| copilot-app/8-review.md | Lesson 8: recap, automations, and next steps/resources. |
| copilot-app/images/app-agent-merge-merge.png | Screenshot asset referenced by Agent Merge lessons. |
| copilot-app/images/app-4-plan-mode.png | Screenshot asset referenced by Plan/Autopilot lesson. |
| copilot-app/images/app-2-start-session.png | Screenshot asset referenced by first session lesson. |
| copilot-app/images/app-0-use-template.png | Screenshot asset referenced by prerequisites lesson. |
| copilot-app/images/app-open-terminal.png | Screenshot asset referenced by lessons that use the terminal. |
| copilot-app/images/app-select-changes.png | Screenshot asset referenced by lessons reviewing changes. |
| copilot-app/images/app-0-create-repository.png | Screenshot asset referenced by prerequisites lesson. |
| copilot-app/images/app-2-review-panel.png | Screenshot asset referenced by first session lesson. |
| copilot-app/images/app-new-session-from-issue.png | Screenshot asset referenced by issue-driven lessons. |
| copilot-app/images/app-automation-dialog.png | Screenshot asset referenced by automations lesson. |
| copilot-app/images/app-enable-agent-merge.png | Screenshot asset referenced by Agent Merge lessons. |
Review details
- Files reviewed: 10/21 changed files
- Comments generated: 8
- Review effort level: Low
Fix Ctl->Ctrl, missing 'to', 'following by'->'followed by', plural possessive, 'select add' wording, and consecutive list numbering. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub Copilot app workshop
Adds a hands-on workshop that teaches developers how to build software with the GitHub Copilot app, using the Tailspin Toys crowdfunding sample project. Learners work locally and progress from a tiny first change to a full feature built and merged through an agent-driven workflow.
The content lives in a new top-level
copilot-app/folder, with aREADME.mdindex, nine lessons, and the screenshots they reference.What learners do