Skip to content

chore: add draft release notes skill#924

Merged
chenjiahan merged 5 commits into
mainfrom
chenjiahan/chore-release-notes-skill
Jun 1, 2026
Merged

chore: add draft release notes skill#924
chenjiahan merged 5 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
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jun 1, 2026

Deploying rslint with  Cloudflare Pages  Cloudflare Pages

Latest commit: bd27965
Status: ✅  Deploy successful!
Preview URL: https://4c79de22.rslint.pages.dev
Branch Preview URL: https://chenjiahan-chore-release-not.rslint.pages.dev

View logs

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: bd27965f1e

ℹ️ 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".

@chenjiahan chenjiahan requested a review from fansenze June 1, 2026 01:28
@chenjiahan chenjiahan enabled auto-merge (squash) June 1, 2026 01:28
@chenjiahan chenjiahan merged commit 0d37f1a into main Jun 1, 2026
14 checks passed
@chenjiahan chenjiahan deleted the chenjiahan/chore-release-notes-skill branch June 1, 2026 02:28
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.

3 participants