[bot] Add copilot skill CLI command, /skill alias, and /diagnose (v1.0.64–v1.0.65) - #25
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
- Chapter 05: Expand skills management section to cover both /skills (chat) and 'copilot skill' (terminal subcommand), and note that /skill is an alias for /skills - Chapter 00: Add /diagnose command to the troubleshooting section so beginners know how to analyze session issues Based on Copilot CLI v1.0.64 and v1.0.65 release notes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Jun 29, 2026
This was referenced Jul 6, 2026
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 v1.0.64–v1.0.65
Two beginner-relevant features were released in the past 7 days that weren't yet documented in the course:
1.
copilot skillterminal subcommand (v1.0.65, June 24 2026)A new
copilot skillsubcommand lets learners add, list, and remove skills directly from their shell — without opening an interactive session first. This is handy for project setup, onboarding scripts, and quick skill management. Previously the course only covered/skillsinside the chat.2.
/skillalias for/skills(v1.0.65, June 24 2026)/skillis now accepted as a shorthand alias for/skillsinside the chat. Minor, but worth noting so beginners aren't confused if they see it in examples elsewhere.3.
/diagnosecommand (v1.0.64, June 23 2026)A new
/diagnoseslash command analyses session logs and explains any errors or anomalies. Perfect for beginners who run into unexpected behaviour and aren't sure what went wrong.Sections updated
05-skills/README.mdcopilot skill list/add/remove, note/skillalias, and restructure around the two management surfaces (chat vs terminal)00-quick-start/README.md/diagnoseSource announcements