write-release-notes

Generate tldraw SDK release notes with frontmatter and sections.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arusinova/annarusinova-platform --skill write-release-notes-arusinova
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-release-notes
Source: https://github.com/arusinova/annarusinova-platform/tree/main/.claude/skills/write-release-notes
Command: npx skills add https://github.com/arusinova/annarusinova-platform --skill write-release-notes-arusinova

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides teams to produce complete, accurate release notes for tldraw SDK updates, ensuring consistency and clarity across releases.

Core Features & Use Cases

  • Generate a frontmatter-rich release article with version, dates, and contributor credits.
  • Aggregate PRs and changes from GitHub releases to produce comprehensive notes.
  • Adapt notes for major features, API changes, bug fixes, and patch releases, with style-guide alignment for the repository.

Quick Start

Create apps/docs/content/releases/vX.Y.0.mdx following the style guide.

Frequently Asked Questions about write-release-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate release notes for an SDK update on GitHub?

To generate release notes for an SDK update, aggregate merged pull requests, API changes, and release dates from GitHub. Structure the notes into sections for major features, bug fixes, and compatibility notes to maintain documentation consistency.

What should be included in structured SDK release notes?

Structured SDK release notes should include frontmatter with the version number and dates, sections for major features, API changes, bug fixes, contributor credits, and compatibility notes, adhering to the repository's style guide.

How do I consolidate GitHub PRs into a comprehensive release article?

Consolidate GitHub PRs into a release article by aggregating the pull request data and mapping changes into specific documentation sections, such as major features, API modifications, and bug fixes, ensuring style guide alignment.

Does this release notes generator work for patch releases and major API changes?

Yes, the release notes generator adapts to both patch releases and major API changes. It structures the documentation to highlight major features and API modifications differently from standard bug fixes.

How do I create an MDX file for a new tldraw SDK release?

Create an MDX file for a tldraw SDK release at apps/docs/content/releases/vX.Y.0.mdx. Follow the repository's style guide to structure the frontmatter, version dates, and changelog sections correctly.

What is the best way to automate release notes for tldraw SDK versions?

Automate release notes for tldraw SDK versions by pulling release data from GitHub and populating a standardized MDX template. This ensures complete, style-guide-aligned documentation with contributor credits and compatibility notes.