You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Appendix Z - GitHub Skills complete course catalog
- Create appendix-z-github-skills-catalog.md with all 36 GitHub Skills modules
- Organize courses into six learning paths (Git, Collaboration, Actions, Copilot, Security, Cloud)
- Include prerequisites, durations, workshop connections, and completion checklist
- Add Appendix Z to README, course-guide, and PROGRESS_TRACKER
- Update appendix count from 25 to 26 in ANNOUNCEMENT
- Rebuild all HTML (69 files)
Copy file name to clipboardExpand all lines: ANNOUNCEMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ Every step in this workshop is written three ways - for NVDA, for JAWS, and for
223
223
224
224
And the goal is not just "learn GitHub." The goal is to move you from **user** to **maker**. From someone who encounters accessibility barriers to someone who files the issue, proposes the fix, reviews the pull request, and ships the solution. That arc - from observer to contributor to product maker - is what the two days are designed to deliver.
225
225
226
-
The curriculum includes [17 chapters](https://community-access.org/git-going-with-github/docs/course-guide.html), [25 reference appendices](https://community-access.org/git-going-with-github/docs/course-guide.html), 24 hands-on exercises, a shared practice repository with automated feedback bots, three [GitHub Skills](https://skills.github.com/) modules with a bot that verifies your work in real time, and a live open source project where your contributions are merged on Day 2.
226
+
The curriculum includes [17 chapters](https://community-access.org/git-going-with-github/docs/course-guide.html), [26 reference appendices](https://community-access.org/git-going-with-github/docs/course-guide.html), 24 hands-on exercises, a shared practice repository with automated feedback bots, three [GitHub Skills](https://skills.github.com/) modules with a bot that verifies your work in real time, and a live open source project where your contributions are merged on Day 2.
227
227
228
228
All of it is open source. All of it is yours to keep, fork, and share.
|[X](docs/appendix-x-copilot-models.md)|**GitHub Copilot AI Models**| Model comparison, strengths, plan availability, and selection guidance |
161
161
|[Y](docs/appendix-y-accessing-workshop-materials.md)|**Accessing and Downloading Workshop Materials**| GitHub Pages, GitHub.com, cloning, ZIP download, offline reading, folder guide |
162
+
|[Z](docs/appendix-z-github-skills-catalog.md)|**GitHub Skills - Complete Course Catalog**| All 36 GitHub Skills modules organized into six learning paths, with links, prerequisites, and integration guidance |
162
163
> **Each guide from Lesson 03 onward includes a "Day 2 Amplifier" callout** that shows how Accessibility Agents extends that skill across three scopes: your VS Code editor → your repository (travels with every fork) → the cloud (GitHub Agentic Workflows running without VS Code). **Learn the manual skill first (Chapter 14), then see how it's automated (Chapter 16).**
163
164
164
165
---
@@ -246,7 +247,8 @@ All documentation lives in the `docs/` folder. Read them in order for the full e
246
247
├── appendix-v-accessibility-agents-reference.md ← V: Accessibility Agents agents, commands, and customization
├── appendix-x-copilot-models.md ← X: AI model comparison and selection guide
249
-
└── appendix-y-accessing-workshop-materials.md ← Y: How to get, download, and read these materials
250
+
├── appendix-y-accessing-workshop-materials.md ← Y: How to get, download, and read these materials
251
+
└── appendix-z-github-skills-catalog.md ← Z: All 36 GitHub Skills modules with learning paths
250
252
251
253
> *Note: Appendices were renumbered during a February 2026 review. If you encounter external references to "Appendix D" or later letters, subtract one letter (e.g., the former Appendix D is now [Appendix C](docs/appendix-c-accessibility-standards.md)).*
Copy file name to clipboardExpand all lines: docs/course-guide.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ Open these at any time during the workshop. They are not part of the chapter seq
147
147
|[T](appendix-t-contributing-to-open-source.md)|**Contributing to Open Source**| Finding issues, scoping contributions, writing PRs, building a habit |
148
148
|[U](appendix-u-resources.md)|**Resources**| Every link, tool, and reference from this event |
149
149
|[Y](appendix-y-accessing-workshop-materials.md)|**Accessing Workshop Materials**| How to download, read offline, and keep updated |
150
+
|[Z](appendix-z-github-skills-catalog.md)|**GitHub Skills - Complete Course Catalog**| All 36 modules in six learning paths with links and prerequisites |
<td>All 36 GitHub Skills modules organized into six learning paths, with links, prerequisites, and integration guidance</td>
398
+
</tr>
394
399
</tbody></table>
395
400
<blockquote>
396
401
<p><strong>Each guide from Lesson 03 onward includes a "Day 2 Amplifier" callout</strong> that shows how Accessibility Agents extends that skill across three scopes: your VS Code editor → your repository (travels with every fork) → the cloud (GitHub Agentic Workflows running without VS Code). <strong>Learn the manual skill first (Chapter 14), then see how it's automated (Chapter 16).</strong></p>
0 commit comments