plugins/release-notes/skills/release-note-formats/SKILL.md
# Release Note Formats > Release note structures for different audiences, channels, and release types. ## Knowledge Base ### Release Note vs Changelog | Changelog | Release Notes | |-----------|--------------| | Technical record of changes | Communication to users | | Every version, every change | Curated highlights | | Developer audience | Multiple audiences | | Keep a Changelog format | Flexible format | | Lives in CHANGELOG.md | Lives in GitHub Releases, blog, email | A changelog is the
npx skillsauth add hermeticormus/librecopy-claude-code plugins/release-notes/skills/release-note-formatsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Release note structures for different audiences, channels, and release types.
| Changelog | Release Notes | |-----------|--------------| | Technical record of changes | Communication to users | | Every version, every change | Curated highlights | | Developer audience | Multiple audiences | | Keep a Changelog format | Flexible format | | Lives in CHANGELOG.md | Lives in GitHub Releases, blog, email |
A changelog is the raw material. Release notes are the polished product.
| Audience | Cares About | Does Not Care About | |----------|-------------|-------------------| | End Users | New features, UX changes, fixed annoyances | API changes, internal refactors | | Developers | API changes, SDK updates, breaking changes | Marketing copy, UI screenshots | | Admins | Infrastructure changes, security patches, config changes | New UI features | | Executives | Impact metrics, strategic features | Technical details |
| Type | Tone | Content Focus | |------|------|--------------| | Major (X.0.0) | Exciting but careful | Highlights, breaking changes, migration | | Minor (0.X.0) | Positive | New features, improvements | | Patch (0.0.X) | Reassuring | Bug fixes, security patches | | Hotfix | Urgent, professional | Specific fix, impact scope | | Security | Serious, actionable | CVE details, patch instructions |
GitHub Release:
Blog Post:
Email Digest:
In-App Notification:
Every breaking change entry must include:
v1.9.0...v2.0.0) for developers who want to see every commit.tools
# User Doc Patterns > Patterns for writing clear, accessible end-user documentation. ## Knowledge Base ### User Documentation vs Developer Documentation | User Docs | Developer Docs | |-----------|---------------| | Task-oriented ("How do I...") | Concept-oriented ("How does it work...") | | Plain language | Technical language | | Screenshots and visual aids | Code examples | | Step-by-step procedures | API references | | Feature names and UI labels | Function signatures and parameters | | A
tools
# Tutorial Structures > Pedagogical patterns and frameworks for creating effective technical tutorials. ## Knowledge Base ### The Tutorial Spectrum Tutorials exist on a spectrum between two extremes: | Recipe | Concept Guide | |--------|--------------| | "Do exactly this" | "Understand this idea" | | Step-by-step | Explanation-heavy | | Fast to complete | Deep understanding | | Low retention | High retention | The best tutorials blend both: steps for doing, explanations for understanding.
tools
# Tutorial Patterns ## Tutorial vs. How-to Guide: The Critical Distinction Before writing, identify which document is actually needed: | Tutorial | How-to Guide | |----------|-------------| | "Build a REST API in Node.js" | "Add JWT authentication to your Express API" | | For someone new to this | For someone who knows the domain | | Explains why each step is done | Steps are efficient, minimal explanation | | Has checkpoints, explores | Numbered steps, no detours | | Learner reaches a comple
tools
# Tech Blogging Patterns ## The Developer Reading Pattern Developers do not read technical posts linearly. They scan in this order: 1. Headline (is this relevant to me?) 2. Code blocks (is this real code I can use?) 3. Headers (what does this cover?) 4. First paragraph (what's the point?) 5. Key takeaways / conclusion (is it worth reading fully?) Design for scanning first, reading second. Put real code within the first 25% of the post. ## The Before/After Pattern The contrast between a pain