Add Learn CLI option to microsoft-docs skills#1003
Open
TianqiZhang wants to merge 3 commits intogithub:mainfrom
Open
Add Learn CLI option to microsoft-docs skills#1003TianqiZhang wants to merge 3 commits intogithub:mainfrom
TianqiZhang wants to merge 3 commits intogithub:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Microsoft Learn-related skills/docs to document an mslearn CLI fallback path when the Microsoft Learn MCP server isn’t available.
Changes:
- Add an MCP→CLI command mapping table (
microsoft_docs_*→mslearn ...) to Microsoft docs skills. - Update Microsoft skill creator templates/reference docs to include the same CLI fallback guidance.
- Adjust compatibility notes to reflect MCP-preferred + CLI-fallback usage.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| skills/microsoft-skill-creator/references/skill-templates.md | Adds a CLI fallback section and MCP→CLI mapping table for templates. |
| skills/microsoft-skill-creator/SKILL.md | Updates compatibility text and documents mslearn CLI fallback (plus shows it in the example output). |
| skills/microsoft-docs/SKILL.md | Adds an mslearn CLI fallback section with examples and an MCP→CLI mapping table. |
| skills/microsoft-code-reference/SKILL.md | Updates frontmatter and adds an mslearn CLI fallback section with examples and an MCP→CLI mapping table. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
pdebruin
approved these changes
Mar 13, 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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Add the new
mslearnCLI tool info to existing Microsoft docs related skillsType of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.