loops / lodar / release-notes-writer

Release Notes Writer

devtools
Installation
$npx agenticloops install lodar/release-notes-writer
Summary

On every new git tag, reads the commits since the last release and writes clean, human-readable release notes.

  • Runs On new tag, on any harness.
  • Uses skills: compile-knowledge.
  • Needs cli git, gh, secrets GITHUB_TOKEN — checked at install; secrets are prompted, never in the file.
  • Runs at the standard capability tier (balanced model); the harness picks the model.
What it does
When a new tag is pushed, collect every commit since the previous tag, group them into Features / Fixes / Maintenance dropping noise, and publish terse factual notes to the GitHub Release and CHANGELOG.md.
LOOP.md
---
name: release-notes-writer
description: Release Notes Writer · On every new git tag, reads the commits since the last release and writes clean, human-readable release notes.
event: push            # On new tag
skills: [5dive-ai/skills/compile-knowledge]
requires:
  cli: [git, gh]
  secrets: [GITHUB_TOKEN]      # names only
tier: standard            # frontier | standard | fast
effort: medium
concurrency: skip
tags: [devtools, changelog, release, automation]
license: MIT
---

When a new tag is pushed, collect every commit since the previous tag, group them into Features / Fixes / Maintenance dropping noise, and publish terse factual notes to the GitHub Release and CHANGELOG.md.
Installs
tracking soon
Adapted from
lodar/release-notes-writer ↗
original author: lodar
First Seen
Jul 2, 2026
License
MIT
Trigger
⚡ On new tag