mirror of
https://github.com/dotnet/core.git
synced 2026-04-01 22:27:09 +00:00
* Add update-release-graph skill Documents the workflow for regenerating the HAL+JSON release information graph using the VersionIndex, ShipIndex, and LlmsIndex generators from distroessed. Covers source data conventions, graph topology, and validation steps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add verify-releases skill for release link validation New Copilot skill that validates .NET release data using dotnet-release v0.5.0+ verify releases command. Checks URL liveness, SHA512 file hashes, CDN latest.version files, and aka.ms redirect targets. Includes: - SKILL.md with full process documentation, commands, timing expectations, troubleshooting, and report template - Reference example with actual verification output from all supported versions (8.0, 9.0, 10.0, 11.0) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add cve-enricher skill for CVE generation and enrichment Describes how to use the dotnet-cve-enricher tool to synthesize, validate, and enrich cve.json files in the release-notes timeline directory. Covers: - Synthesizing CVE records from releases.json + MSRC data - Validating existing cve.json for data integrity - Updating lookup dictionaries and CVSS/CNA data - Agent usage with --json output mode Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update skill install instructions for dotnet-release 1.1.0 Remove --version "0.*" workaround from all skill prerequisites now that 1.1.0 is the latest version on the GitHub Packages feed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Remove cve-enricher skill The cve-enricher tool isn't ready yet. Remove the skill to keep the PR focused on verify-releases and update-release-graph. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>