Summary
release-summary Installation Command Prompt $ npx skills add https://github.com/nexu-io/design --skill release-summary
nexu-io/design · Archived
Draft release summaries, changelog summaries, version PR notes, and changeset-friendly package release notes for npm packages or monorepos. Use this whenever the user asks to write a release summary, 发版说明, release notes, changelog entry, version PR summary, package publish notes, or wants the agent to summarize what will be released from git history, diffs, or changesets, especially for ui libraries, design systems, and multi-package workspaces.
npx skills add nexu-io/design --skill release-summary
release-summary Installation Command Prompt $ npx skills add https://github.com/nexu-io/design --skill release-summary
This repository is archived — consider an actively maintained alternative.
Trigger a pre-merge release readiness review on a GitHub PR, GitLab MR, or local branch. Use wh…
1.1K installsRun automated release testing (UI or API) via the AWS DevOps Agent using a pre-configured test …
1.1K installsSet up Sentry releases and deploy tracking — tag events with a version and environment, create …
32 installsWriting release notes articles for tldraw SDK releases. Use when creating new release documenta…
323 installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsArchitect and provision enterprise Azure infrastructure from workload descriptions. For cloud a…
402.8K installsDeclared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
5,300 B
SUMMARY.md
480 B
Use this skill to produce concise, consumer-facing release summaries from the repository state.
Use this skill when the user asks for any of the following:
This skill is especially relevant when:
Gather only the smallest set of evidence needed:
.changeset/*.md files when presentpackage.json names and versions for affected publishable packagesgit diff or git log for the branch or version PR if neededPrefer changesets first because they usually reflect intended consumer-facing changes.
- Which package(s) are being released? - Is this a normal release, version PR, or ad hoc draft?
- changeset files - package versions - commit messages or git diff
- For a monorepo, keep each public package separate. - If one package is upstream of another, mention the relationship briefly.
- Good: adds new button variants for compact actions - Bad: refactors CVA config and updates classes
- mention breaking changes - mention required CSS, token, or theme updates - otherwise say nothing rather than inventing risk
- default: concise Markdown in English
Unless the user asks otherwise, use this structure:
## Release Summary
### `package-name`
- item 1
- item 2
### `package-name-2`
- item 1
## Upgrade Notes
- note only if users need to do something
If only one package is involved, omit empty sections.
For multi-package releases:
tokens changed and ui-web consumes those changes, mention that relationship onceWhen .changeset/*.md files exist:
Input: 帮我给 ui-web 和 tokens 生成这次发版 summary
Output:
## Release Summary
### `@nexu-design/tokens`
- publishes the shared token package with theme variables and CSS primitives
### `@nexu-design/ui-web`
- publishes the React component library built on top of the shared token package
- allows consumers to install the package from npm and import the published stylesheet directly
Input: write a short version PR summary for the upcoming package release
Output:
## Release Summary
- publishes updated package versions for the pending Changesets in this branch
- includes coordinated updates for the affected public packages and their internal version ranges
If the user explicitly asks for text to paste into a changeset file:
Expand slightly:
When working in the Nexu Design repository:
@nexu-design/ui-web and @nexu-design/tokens