Skip to content

chore: add draft release notes skill#924

Open
chenjiahan wants to merge 2 commits into
mainfrom
chenjiahan/chore-release-notes-skill
Open

chore: add draft release notes skill#924
chenjiahan wants to merge 2 commits into
mainfrom
chenjiahan/chore-release-notes-skill

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

  • Adds the create-draft-release-notes skill from rstackjs/agent-skills and records it in skills-lock.json.
  • Removes the obsolete PR labeler workflow/config and GitHub release note category config.
  • CONTRIBUTING.md does not currently contain release note instructions, so there was no guide text to replace.

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@chenjiahan chenjiahan marked this pull request as ready for review May 13, 2026 03:36
Copilot AI review requested due to automatic review settings May 13, 2026 03:36
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a new skill for creating and organizing draft release notes, including a Markdown definition and a Node.js script to categorize release note items based on conventional commit types. Feedback was provided to improve the script's regex consistency for bullet points and to enhance Markdown formatting by adding necessary blank lines between sections and after headings for better readability.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 42ca6d4879

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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 PR integrates the create-draft-release-notes agent skill into the repository (and records it in skills-lock.json), while removing the now-obsolete PR labeler workflow/config and GitHub release note category configuration.

Changes:

  • Added the create-draft-release-notes skill documentation and its deterministic Markdown organizer script.
  • Introduced skills-lock.json entry for the new skill and updated .prettierignore to exclude the skill directory.
  • Removed PR labeler workflow/config and .github/release.yml release-note category config.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
skills-lock.json Adds a lock record for the new create-draft-release-notes skill source/hash.
.prettierignore Ignores formatting for the newly added skill directory.
.github/workflows/pr-label.yaml Removes the PR labeler workflow.
.github/release.yml Removes GitHub release note category configuration.
.github/pr-labeler.yml Removes PR labeler configuration.
.agents/skills/create-draft-release-notes/SKILL.md Adds the skill instructions/workflow for creating and organizing draft release notes.
.agents/skills/create-draft-release-notes/scripts/create-draft-release-notes.mjs Adds a Node script to reorganize generated release note Markdown into sections.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .agents/skills/create-draft-release-notes/SKILL.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants