What problem does it solve?
After a NuGet breaking change ships, engineers must complete tedious documentation paperwork across multiple repositories and notify the .NET Breaking Change Notifications alias, a process that is easy to miss or do incorrectly.
Core Features & Use Cases
- Documentation Verification: Confirms the NuGet reference-docs page (NUxxxx) is merged in NuGet/docs.microsoft.com-nuget and live on learn.microsoft.com, not just tracked by an open issue.
- dotnet/docs Issue Authoring: Drafts the official .NET breaking-change issue using the current dotnet/docs template, including version, previous/new behavior, and recommended action.
- Notification Email Drafting: Produces an HTML-formatted email to [email protected] with what changed, who's affected, opt-out, and references.
- Use Case: A NuGet/Home issue gets the
Breaking-Change label after PR #7487 merges; invoke this skill to verify the NU5052 docs page is live, draft the dotnet/docs issue, and prepare the notification email for review.
Quick Start
Run the breaking change process for the NuGet issue that just got the Breaking-Change label and draft the docs issue and notification email.