Rename release-notes skill to write-release-notes#7511
Merged
Conversation
…with built-in Copilot CLI command Agent-Logs-Url: https://github.com/dotnet/extensions/sessions/8bed342b-26f7-4771-a466-30b1b015434b Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
jeffhandley
May 5, 2026 22:27
View session
jeffhandley
approved these changes
May 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request renames the existing release notes Copilot skill to write-release-notes to avoid colliding with the built-in Copilot CLI /release-notes command, and adds substantial new reference documentation to support the skill’s release-notes generation workflow.
Changes:
- Renames/retitles the skill via
name: write-release-notesin the skill frontmatter. - Adds new reference docs covering SQL storage schema, PR collection, categorization, formatting templates, and editorial/experimental-feature rules.
- Introduces area-group mappings to organize release notes by package area.
Reviewed changes
Copilot reviewed 1 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/skills/write-release-notes/SKILL.md | Updates the skill’s declared name to write-release-notes. |
| .github/skills/write-release-notes/references/sql-storage.md | Adds proposed SQL schema + query patterns for storing PR/issue/reviewer data. |
| .github/skills/write-release-notes/references/package-areas.md | Adds area-group mapping from src/Libraries/* packages to release-note sections. |
| .github/skills/write-release-notes/references/format-template.md | Adds markdown templates and section rules for full vs. patch releases. |
| .github/skills/write-release-notes/references/experimental-features.md | Adds guidance for detecting/reporting experimental API changes (with links to diagnostics). |
| .github/skills/write-release-notes/references/editorial-rules.md | Adds tone/formatting/attribution/sorting rules for release note entries. |
| .github/skills/write-release-notes/references/collect-prs.md | Adds step-by-step PR collection/enrichment/deduplication guidance. |
| .github/skills/write-release-notes/references/categorize-entries.md | Adds categorization + grouping + impact-tiering guidance for entries. |
Comments suppressed due to low confidence (1)
.github/skills/write-release-notes/SKILL.md:5
- The PR description says this change is only a skill rename +
name:frontmatter update, but this PR also adds several new reference documents underreferences/(SQL schema, templates, editorial rules, etc.). Please update the PR description to reflect the additional scope, or move the new docs into a separate PR if the intent is to keep this rename-only.
ericstj
approved these changes
May 6, 2026
Member
ericstj
left a comment
There was a problem hiding this comment.
Seems reasonable. We could consider an approach of namespacing all repo skills with a prefix if we wanted to avoid collisions like this.
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.
Summary
Renames the
.github/skills/release-notesskill to.github/skills/write-release-notesto avoid a name collision with the new built-in Copilot CLI/release-notescommand.Changes
.github/skills/release-notes/directory to.github/skills/write-release-notes/name:frontmatter field in SKILL.md fromrelease-notestowrite-release-notesMicrosoft Reviewers: Open in CodeFlow