Update winapp CLI skill for latest winapp CLI capabilities in v0.3.1#1599
Conversation
There was a problem hiding this comment.
main, but PRs should target staged.
The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.
You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1599 --base staged
There was a problem hiding this comment.
Pull request overview
This PR refreshes the winapp-cli skill to reflect newer winapp CLI capabilities through v0.3.1, so Copilot can better recognize and guide Windows app packaging, debugging, certificate, store, and UI-automation workflows. It also keeps the generated skills index entry aligned with the skill’s updated frontmatter description.
Changes:
- Expanded the
winapp-cliskill description and capability list to cover newer commands such asrun,unregister,ui, enhanced cert/manifest support, and the npm API. - Added new command-specific sections for recent
winappfeatures and updated several capability descriptions with version context. - Updated
docs/README.skills.mdso the skills catalog reflects the revisedwinapp-climetadata.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
skills/winapp-cli/SKILL.md |
Updates the skill’s frontmatter and main guidance content to cover newer winapp CLI functionality and usage scenarios. |
docs/README.skills.md |
Syncs the skills index entry with the updated winapp-cli description from the skill frontmatter. |
|
PR review comments addressed with new commit. |
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output```text Found 1 skill(s) [winapp-cli] 📊 winapp-cli: 2,044 BPE tokens [chars/4: 1,915] (detailed ✓), 8 sections, 7 code blocks ✅ All checks passed (1 skill(s)) ``` |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Updating the existing winapp-cli skill to support the features added in winapp CLI up through version 0.3.1. https://github.com/microsoft/winappCli/releases/tag/v0.3.1
Type of Contribution
Additional Notes
README was also updated with updated description.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.