Open
Conversation
Encodes the process for comparing two branches, investigating PRs, categorizing changes into CLI/analyzers/MSBuild/other sections, and acknowledging community contributors.
dsplaisted
approved these changes
Feb 6, 2026
Member
dsplaisted
left a comment
There was a problem hiding this comment.
This looks amazing!
I don't have any experience with skills so I don't really know how to review this or provide feedback though :-)
Member
Author
|
I just used this skill to also generate MSBuild release notes - the process was something like:
(see this skill at the bottom)
and then it started crunching:
and ended up generating this file, which I massaged a tiny bit: https://github.com/dotnet/core/pull/10230/changes#diff-e82079aa951dc6c2544fed89ffda150d1fa46590ccd6a36e404593cbcd7d6c2f |
Member
Author
|
@dsplaisted we may need a force-merge here because this PR didn't trigger any actual pipelines |
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 adds an agent skill for quickly drafting release notes for SDK releases. It's usable with both Claude Code and Copilot CLI because Copilot understands Claude skill locations. For an example of the content generated, see this dotnet/core release notes PR