Improve vmr-codeflow-status SKILL.md structure#124150
Merged
Conversation
- Expand trigger description with flow status and missing backflow keywords - Add Two Modes section with decision table (PR analysis vs flow health) - Add inline anti-pattern warning about -PRNumber vs -CheckMissing - Split 'What the Script Does' into PR Analysis vs Flow Health modes - Add inline warnings: Unknown health, aka.ms redirect behavior - Add net11 trigger phrase to When to Use examples
Contributor
There was a problem hiding this comment.
Pull request overview
Documentation-only update to the vmr-codeflow-status skill guide, aiming to make it easier for users to choose the correct invocation mode and interpret results when diagnosing VMR backflow/forward-flow health.
Changes:
- Expanded “When to use”/trigger language to better match common user queries (flow status, missing backflow, blocked).
- Added a “Two Modes” section with a decision table and an explicit anti-pattern warning.
- Reorganized “What the Script Does” into separate PR Analysis vs Flow Health (
-CheckMissing) sections, with added interpretation warnings.
steveisok
approved these changes
Feb 9, 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.
Improves the SKILL.md for the vmr-codeflow-status skill based on patterns from the skill-builder methodology:
Changes:
--approve/--request-changes), no branch switching (git checkout/gh pr checkout)flow status,missing backflow,blockedkeywords that match common user queries-CheckMissing) as separate modes-PRNumberwith-CheckMissingUnknownhealth ≠ healthy, aka.ms 301 vs 302 redirect behaviorNo script changes — SKILL.md documentation improvements only.
cc @dotnet/runtime-infrastructure