Add a Fuzzlyn triage skill#127752
Merged
jakobbotsch merged 5 commits intodotnet:mainfrom May 5, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new GitHub Copilot skill definition (fuzzlyn-triage) intended to guide initial triage of Fuzzlyn weekend run failures by downloading run artifacts, isolating a reproducing SuperPMI context, producing a jitdump, and packaging artifacts plus an issue template for later filing.
Changes:
- Added a new skill markdown (
SKILL.md) describing an end-to-end triage workflow for Fuzzlyn “Issues” artifacts. - Documented how to extract a single failing SuperPMI context with
mcsand generate a jitdump with SuperPMI JIT options. - Documented the expected contents/structure of the generated
details.zipandissue.md.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Member
Author
|
PTAL @dotnet/jit-contrib |
kg
approved these changes
May 5, 2026
EgorBo
approved these changes
May 5, 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.
This skill triages Fuzzlyn weekend runs. It:
#127745 and #127747 are examples of what the issue.md file looks like once posted. The idea is to give enough detail that we can evaluate whether it sounds right or not, possibly come up with our own revisions, and then have CCA pick it up and actually fix the issue.