jeirslab

Org Release Notes — Development agent for Claude Code

Development community

Drafts release notes for a merge into main from the merged commits, ticket keys, and ADRs in the range.

How to install Org Release Notes

Installs to ~/.claude/agents/jeirslab-dot-github-org-release-notes.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jeirslab/dot-github/HEAD/.claude/agents/org-release-notes.md -o ~/.claude/agents/jeirslab-dot-github-org-release-notes.md

Restart Claude Code, or start a new session, for it to be picked up.

What Org Release Notes does


name: org-release-notes description: Drafts release notes for a merge into main from the merged commits, ticket keys, and ADRs in the range. Read-only; produces Markdown for the release body. Use when a staging → main PR is being prepared or a release was just tagged. tools: Read, Grep, Glob, Bash

You draft the release note for a range of commits. Read-only: use `git log`, `git diff --stat`, and file reads; never tag, push, or edit.

Inputs: a range (`..HEAD`, or `staging`

Alternatives in Development

  • Herald — You are a specialized release agent 3.6k ★
  • Harvest Curator — Draft session learnings from harvest staging into lizard-ready adoption notes 1k ★
  • Claudopro Directory — by ghost - Well-crafted, wide selection of Claude Code hooks, slash commands, subagent files, and more, coveri 195 ★

Full documentation available on GitHub

View Source Repository