Add MAUI DevFlow session review skill#283
Merged
Merged
Conversation
Add an opt-in session review skill for MAUI DevFlow sessions, bundle it with the maui devflow CLI skills, and update tests/docs for installation and discovery. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new opt-in DevFlow skill, maui-devflow-session-review, that helps turn long or stuck MAUI DevFlow AI sessions into privacy-scrubbed product feedback (markdown reports or dotnet/maui-labs issues). The skill is bundled with the CLI and registered alongside existing recommended skills; existing DevFlow skills add an optional post-session nudge to invoke it.
Changes:
- New skill content under
plugins/dotnet-maui/skills/maui-devflow-session-review/(SKILL.md + 4 reference docs) and a matching eval suite intests/dotnet-maui/maui-devflow-session-review/eval.yaml. - CLI plumbing: register skill in
DevFlowSkillManager, embed skill resources inMicrosoft.Maui.Cli.csproj, and mention it in the init "next prompt" summary plus README/plugin metadata. - Unit tests in
DevFlowSkillManagerTestsandDevFlowSkillOutputTestsupdated to verify the new skill is installed/updated across all target scopes; optional nudge sections added to onboard/debug/connect/automation/legacy skills.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/dotnet-maui/skills/maui-devflow-session-review/SKILL.md | New skill front matter + workflow guidance |
| plugins/dotnet-maui/skills/maui-devflow-session-review/references/*.md | Supporting reference docs (sources, rubric, env fingerprint, reporting) |
| tests/dotnet-maui/maui-devflow-session-review/eval.yaml | Three scenario eval suite for the new skill |
| src/Cli/Microsoft.Maui.Cli/Microsoft.Maui.Cli.csproj | Embed new skill resources into the CLI |
| src/Cli/Microsoft.Maui.Cli/DevFlow/Skills/DevFlowSkillManager.cs | Register the new bundled skill as recommended |
| src/Cli/Microsoft.Maui.Cli/DevFlow/Skills/DevFlowSkillCommands.cs | Mention the new skill in init summary output |
| src/Cli/Microsoft.Maui.Cli.UnitTests/DevFlowSkillManagerTests.cs | Verify install/update/scope behavior for the new skill |
| src/Cli/Microsoft.Maui.Cli.UnitTests/DevFlowSkillOutputTests.cs | Assert new skill referenced in init summary text |
| plugins/dotnet-maui/skills/{maui-devflow-onboard,maui-devflow-debug,maui-ai-debugging,devflow-connect,devflow-automation}/SKILL.md | Add optional session-feedback nudge sections |
| plugins/dotnet-maui/plugin.json, plugins/README.md, README.md | Surface the new skill in plugin metadata/READMEs |
jfversluis
approved these changes
May 20, 2026
This was referenced Jun 22, 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.
Summary
maui-devflow-session-review, an opt-in skill for turning long or stuck MAUI DevFlow AI sessions into privacy-scrubbed product feedback.maui devflow init/maui devflow skills updateand update CLI output/tests.Validation
git diff --checkdotnet test src/Cli/Microsoft.Maui.Cli.UnitTests/Microsoft.Maui.Cli.UnitTests.csproj --filter "FullyQualifiedName~DevFlowSkill" --nologo --verbosity minimaldotnet test src/Cli/Microsoft.Maui.Cli.UnitTests/Microsoft.Maui.Cli.UnitTests.csproj --nologo --verbosity minimalNote: local
skill-validatorwas not installed; the repositoryskill-checkworkflow covers static skill validation.