Skip to content

Rename release-notes skill to write-release-notes#7511

Merged
jeffhandley merged 1 commit into
mainfrom
copilot/rename-release-notes-skill
May 6, 2026
Merged

Rename release-notes skill to write-release-notes#7511
jeffhandley merged 1 commit into
mainfrom
copilot/rename-release-notes-skill

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 5, 2026

Summary

Renames the .github/skills/release-notes skill to .github/skills/write-release-notes to avoid a name collision with the new built-in Copilot CLI /release-notes command.

Changes

  • Renamed .github/skills/release-notes/ directory to .github/skills/write-release-notes/
  • Updated the name: frontmatter field in SKILL.md from release-notes to write-release-notes
Microsoft Reviewers: Open in CodeFlow

…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>
@jeffhandley jeffhandley marked this pull request as ready for review May 5, 2026 22:38
@jeffhandley jeffhandley requested a review from a team as a code owner May 5, 2026 22:38
Copilot AI review requested due to automatic review settings May 5, 2026 22:38
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-notes in 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 under references/ (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.

Copy link
Copy Markdown
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable. We could consider an approach of namespacing all repo skills with a prefix if we wanted to avoid collisions like this.

@jeffhandley jeffhandley merged commit 4799995 into main May 6, 2026
8 checks passed
@jeffhandley jeffhandley deleted the copilot/rename-release-notes-skill branch May 6, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants