Writes GitHub release notes for Medusa releases in the established style. Use when generating a draft release description from a list of commits and PR metadata. Covers minimal patch releases, single-highlight releases, multi-feature releases, and releases with breaking changes.
npx skills add https://github.com/medusajs/medusa --skill writing-releases
Generates GitHub release notes from commit/PR data in the established Medusa style.
Full Changelog: vPREV...vNEW🚧 Breaking change, never in a separate ## Breaking Changes headingreference/format.md)reference/release-types.md)🚧 on breaking change highlights; use none anywhere else> Load at least one reference file before writing.
| Task | Load |
|------|------|
| Formatting sections and bullets | reference/format.md |
| Deciding whether to write Highlights, and identifying breaking changes | reference/release-types.md |
| Writing the Highlights section | reference/highlights.md |
| Commit set | Release type |
|-----------|-------------|
| Only routine fixes/chores, no user-facing impact | Minimal — no Highlights section |
| One important change is the main reason for the release | Single Highlight |
| Multiple significant features or fixes | Multi-Highlight |
| Any PR with a minor changeset in .changeset/ | Add 🚧 to that Highlight |
## Highlights
## Features
## Bugs
## Documentation
## Chores
## Other Changes
## New Contributors
**Full Changelog**: [vPREV...vNEW](url)
# Heading at the top — release notes have no title, start directly with the first section## Breaking Changes top-level section — embed inside the Highlight insteadfeat: commit as a Highlight candidate🚧 on breaking change highlightsreference/format.md — section order, bullet format, commit prefix → section mapping
reference/release-types.md — when to add Highlights, breaking change detection, highlight criteria
reference/highlights.md — how to write Highlight subsections
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementing any feature or bugfix, before writing implementation code
Use when you have a spec or requirements for a multi-step task, before touching code
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
| Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.
Take medusajs/writing-releases from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.