[bot] Add copilot skill CLI command, /branch alias, and argument-hint frontmatter (v1.0.64–1.0.65)#179
Draft
DanWahlin wants to merge 1 commit into
Draft
Conversation
… frontmatter Update course content to reflect Copilot CLI v1.0.64 and v1.0.65 changes: - Chapter 05 (Skills): Add copilot skill CLI subcommand section showing how to manage skills from the terminal (list, add, remove) without opening an interactive session - Chapter 05 (Skills): Document /skill as an alias for /skills - Chapter 05 (Skills): Add argument-hint frontmatter property to the SKILL.md format table with a beginner-friendly explanation - Chapter 05 (Skills): Update Key Takeaways to reflect the new command - Chapter 03 (Dev Workflows): Add /branch and /fork session-branching section explaining how to explore multiple approaches without losing work - Chapter 03 (Dev Workflows): Note that /diff now works in non-git folders 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.
What's New in Copilot CLI
This PR updates course content based on Copilot CLI releases v1.0.64 (2026-06-23) and v1.0.65 (2026-06-24).
New Features Found
v1.0.65
copilot skillCLI subcommand — Manage skills (list, add, remove) directly from the terminal without opening an interactive Copilot session/skillalias for/skills— Shortcut so you can type/skill listinstead of/skills listinside a session/cdnow persists working directory on session resume (advanced — not included)v1.0.64
argument-hintfrontmatter for skills — Lets skill authors show a short hint to users about what argument to provide when directly invoking a skill (e.g.,/security-audit <file path>)/branchas alias for/fork— Creates a copy of the current session so you can explore a different approach without losing your original work/diffnow works in non-git foldersCourse Sections Updated
Chapter 05 — Skills (
05-skills/README.md)/skills" section with a new dual-method section showingcopilot skill(terminal) and/skills(in-session), includingcopilot skill list/add/removeexamples/skillas a documented alias for/skillsargument-hintto the SKILL.md YAML Properties table with a beginner-friendly explanation of what it doesChapter 03 — Development Workflows (
03-development-workflows/README.md)/diffdescription to note it now works in non-git folders/branchSource Announcements