Generate release notes from a commit range with developer and user-facing formats. Use when creating changelogs, release notes, or summarizing changes between tags.
From digestnpx claudepluginhub shdennlin/agent-plugins --plugin digestThis skill uses the workspace's default tool permissions.
release-agent.mdFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Generate structured release notes from a range of commits, with developer-facing changelogs and user-facing narratives.
$release # latest tag to HEAD, both formats
$release v1.0.0 # v1.0.0 to HEAD
$release v1.0.0 v2.0.0 # between two tags
$release --dev # developer changelog only
$release --user # user narrative only
$release --write # append to CHANGELOG.md
$release --out docs/release.md # write to custom file
| Flag | Description |
|---|---|
--dev | Developer-facing changelog grouped by type |
--user | User-facing plain language narrative |
--write | Append to CHANGELOG.md |
--out <file> | Write to custom file path |
release-agent.md (in this skill directory)Use the companion release-agent.md in this directory as the agent prompt. Provide it with:
The agent uses $PROJECT_ROOT (set by the init hook) or falls back to git rev-parse --show-toplevel.