verify-releases
Installation
SKILL.md
Verify Releases
Validate .NET release data in release-notes/ using the release-notes CLI tool. This skill checks that download URLs are live, file hashes match, CDN latest.version files are current, and aka.ms redirects resolve correctly.
Prerequisites
release-notes
The release-notes tool is published to GitHub Packages. The public dotnet-release tool is now for browsing release data and CVEs.
# Install
dotnet tool install -g release-notes \
--add-source https://nuget.pkg.github.com/richlander/index.json
# Verify — must show "verify releases" in usage output
release-notes