# Release Notes

> Release Notes Skill

- Skill: `thelobbi/release-notes` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add thelobbi/release-notes`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thelobbi/release-notes/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thelobbi (https://skillmd.com/u/thelobbi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/thelobbi/release-notes

---

# Release Notes Skill

## Purpose
Generate changelog entries from commit history or PR diffs.

## Inputs
- Git log or PR description.

## Steps
1. Categorize changes: features, fixes, breaking changes, deprecations.
2. Write user-facing descriptions (not internal jargon).
3. Output using `@.claude/skills/release-notes/template.md` format.

