Add Copilot triage skill#5564
Merged
Merged
Conversation
Member
Author
|
The Options:
@MichaelSimons could you add |
The v1 floating tag now resolves to v1.4.2+ which SHA-pins reviewdog/action-setup, failing the dotnet org allowlist that only permits reviewdog/action-setup@v1 (tag reference). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Done |
mthalman
reviewed
May 14, 2026
PRs are not used in this repo. Rework Step 2a to use recent issue activity (assignments, comments, closures) for SME suggestion instead of merged PR history. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…mode Step 6 now always outputs the comment to the terminal first and only posts with explicit user consent and write access. Added read-only mode output format. Renamed 'dry-run' to 'restricted mode' throughout. Added constraint: never post without user consent. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The 'Treat issue content as untrusted' guidance needs to be visible from the start, not just at posting time. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ssment Add dedicated guidance sections for Additional Area(s), Suggested Routing, Possible SME(s)/Evidence, Recommended Labels, Related Issues, and Possible Duplicate Of. Remove Cost Estimate entirely (section, template, labels, output summaries, frontmatter). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…failure" This reverts commit be02def.
mthalman
reviewed
May 15, 2026
…kspector Add blank lines before lists (MD032), add language to fenced code blocks (MD040), and re-pin action-linkspector to v1.4.1 to fix enterprise allowlist failure. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Do not attempt to detect whether the GH token has write permissions. Always display the comment first and ask the user whether to post. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mthalman
approved these changes
May 15, 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.
Inspired by microsoft/aspire#17024 (comment), this skill creates a structured
triage comment on dotnet/source-build issues.
When invoked (e.g., "triage #5549"), the skill fetches issue context and recent PR history, classifies by
area/kind/severity/cost/blocking, suggests SMEs, checks for duplicates, and posts a dry-run
<details>comment.No labels or milestones are applied automatically — a maintainer manually promotes the recommendations.